File tree Expand file tree Collapse file tree 6 files changed +15
-10
lines changed
Expand file tree Collapse file tree 6 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11[package ]
22authors = [" Sebastian Thiel <byronimo@gmail.com>" ]
33name = " sheesy-cli"
4- version = " 1.0.0 "
4+ version = " 1.0.1 "
55
66description = " The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults."
77license = " LGPL-2.1"
@@ -25,14 +25,14 @@ lazy_static = "1.0.0"
2525
2626[dependencies .sheesy-types ]
2727path = " lib/types"
28- version = " 1.0.0 "
28+ version = " 1.0.1 "
2929
3030[dependencies .sheesy-extract ]
3131path = " lib/extract"
32- version = " 1.0.0 "
32+ version = " 1.0.1 "
3333
3434[dependencies .sheesy-vault ]
3535path = " lib/vault"
36- version = " 1.0.0 "
36+ version = " 1.0.1 "
3737
3838[workspace ]
Original file line number Diff line number Diff line change 1- 1.0.0
1+ 1.0.1
Original file line number Diff line number Diff line change 11[package ]
22authors = [" Sebastian Thiel <byronimo@gmail.com>" ]
33name = " sheesy-extract"
4- version = " 1.0.0 "
4+ version = " 1.0.1 "
55
66description = " Extraction functions used by 'share-secrets-safely' CLI. Use it to extract data from YAML files."
77license = " LGPL-2.1"
@@ -17,4 +17,4 @@ failure = "0.1.1"
1717
1818[dependencies .sheesy-types ]
1919path = " ../types"
20- version = " 1.0.0 "
20+ version = " 1.0.1 "
Original file line number Diff line number Diff line change 11[package ]
22name = " sheesy-types"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44authors = [" Sebastian Thiel <byronimo@gmail.com>" ]
55description = " Types used by 'share-secrets-safely' crates."
66license = " LGPL-2.1"
Original file line number Diff line number Diff line change 11[package ]
22authors = [" Sebastian Thiel <byronimo@gmail.com>" ]
33name = " sheesy-vault"
4- version = " 1.0.0 "
4+ version = " 1.0.1 "
55
66description = " Vault functionality used by 'share-secrets-safely' CLI. Use it to interact with GPG based vaults."
77license = " LGPL-2.1"
@@ -26,4 +26,4 @@ mktemp = "0.3.1"
2626
2727[dependencies .sheesy-types ]
2828path = " ../types"
29- version = " 1.0.0 "
29+ version = " 1.0.1 "
Original file line number Diff line number Diff line change 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
38This is the first usable version, providing only the minimal amount of features.
You can’t perform that action at this time.
0 commit comments