Skip to content

Commit

Permalink
bumping version to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Dec 23, 2018
1 parent caedd1f commit 3c8b883
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
name = "sheesy-cli"
version = "4.0.3"
version = "4.0.4"

description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults."
license = "LGPL-2.1"
Expand Down Expand Up @@ -81,12 +81,12 @@ itertools = {version = "0.8.0", optional = true}

[dependencies.sheesy-tools]
path = "lib/tools"
version = "4.0.3"
version = "4.0.4"
optional = true

[dependencies.sheesy-vault]
path = "lib/vault"
version = "4.0.3"
version = "4.0.4"
optional = true

[workspace]
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.3
4.0.4
2 changes: 1 addition & 1 deletion lib/tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
name = "sheesy-tools"
version = "4.0.3"
version = "4.0.4"

description = "Tooling to make using shared secrets effortless."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion lib/vault/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
name = "sheesy-vault"
version = "4.0.3"
version = "4.0.4"

description = "Vault functionality used by 'share-secrets-safely' CLI. Use it to interact with GPG based vaults."
license = "LGPL-2.1"
Expand Down
4 changes: 4 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### V4.0.4: Dependency Update

* upgrade all dependencies to the latest version

### V4.0.3: Dependency Update

* upgrade all dependencies to the latest version
Expand Down

0 comments on commit 3c8b883

Please sign in to comment.