Skip to content

Commit 3c8b883

Browse files
committed
bumping version to 4.0.4
1 parent caedd1f commit 3c8b883

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Sebastian Thiel <[email protected]>"]
33
name = "sheesy-cli"
4-
version = "4.0.3"
4+
version = "4.0.4"
55

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

8282
[dependencies.sheesy-tools]
8383
path = "lib/tools"
84-
version = "4.0.3"
84+
version = "4.0.4"
8585
optional = true
8686

8787
[dependencies.sheesy-vault]
8888
path = "lib/vault"
89-
version = "4.0.3"
89+
version = "4.0.4"
9090
optional = true
9191

9292
[workspace]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.3
1+
4.0.4

lib/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Sebastian Thiel <[email protected]>"]
33
name = "sheesy-tools"
4-
version = "4.0.3"
4+
version = "4.0.4"
55

66
description = "Tooling to make using shared secrets effortless."
77
license = "MIT"

lib/vault/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Sebastian Thiel <[email protected]>"]
33
name = "sheesy-vault"
4-
version = "4.0.3"
4+
version = "4.0.4"
55

66
description = "Vault functionality used by 'share-secrets-safely' CLI. Use it to interact with GPG based vaults."
77
license = "LGPL-2.1"

release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### V4.0.4: Dependency Update
2+
3+
* upgrade all dependencies to the latest version
4+
15
### V4.0.3: Dependency Update
26

37
* upgrade all dependencies to the latest version

0 commit comments

Comments
 (0)