Skip to content

Commit c77e263

Browse files
committed
bumping version to 1.0.1
1 parent 55e7242 commit c77e263

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
33
name = "sheesy-cli"
4-
version = "1.0.0"
4+
version = "1.0.1"
55

66
description = "The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults."
77
license = "LGPL-2.1"
@@ -25,14 +25,14 @@ lazy_static = "1.0.0"
2525

2626
[dependencies.sheesy-types]
2727
path = "lib/types"
28-
version = "1.0.0"
28+
version = "1.0.1"
2929

3030
[dependencies.sheesy-extract]
3131
path = "lib/extract"
32-
version = "1.0.0"
32+
version = "1.0.1"
3333

3434
[dependencies.sheesy-vault]
3535
path = "lib/vault"
36-
version = "1.0.0"
36+
version = "1.0.1"
3737

3838
[workspace]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

lib/extract/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
33
name = "sheesy-extract"
4-
version = "1.0.0"
4+
version = "1.0.1"
55

66
description = "Extraction functions used by 'share-secrets-safely' CLI. Use it to extract data from YAML files."
77
license = "LGPL-2.1"
@@ -17,4 +17,4 @@ failure = "0.1.1"
1717

1818
[dependencies.sheesy-types]
1919
path = "../types"
20-
version = "1.0.0"
20+
version = "1.0.1"

lib/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sheesy-types"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
55
description = "Types used by 'share-secrets-safely' crates."
66
license = "LGPL-2.1"

lib/vault/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
33
name = "sheesy-vault"
4-
version = "1.0.0"
4+
version = "1.0.1"
55

66
description = "Vault functionality used by 'share-secrets-safely' CLI. Use it to interact with GPG based vaults."
77
license = "LGPL-2.1"
@@ -26,4 +26,4 @@ mktemp = "0.3.1"
2626

2727
[dependencies.sheesy-types]
2828
path = "../types"
29-
version = "1.0.0"
29+
version = "1.0.1"

release.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## V1.0.1: The very first release - with a new name!
2+
3+
`s3` now officially is `sy` on the command-line, and spelled `sheesy`. Crates
4+
were renamed accordingly, too.
5+
16
## V1.0.0: The very first release!
27

38
This is the first usable version, providing only the minimal amount of features.

0 commit comments

Comments
 (0)