File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
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 = " 2 .0.0"
4+ version = " 3 .0.0"
55
66description = " The 'share-secrets-safely' CLI to interact with GPG/pass-like vaults."
77license = " LGPL-2.1"
@@ -26,14 +26,14 @@ lazy_static = "1.0.0"
2626
2727[dependencies .sheesy-types ]
2828path = " lib/types"
29- version = " 2 .0.0"
29+ version = " 3 .0.0"
3030
3131[dependencies .sheesy-extract ]
3232path = " lib/extract"
33- version = " 2 .0.0"
33+ version = " 3 .0.0"
3434
3535[dependencies .sheesy-vault ]
3636path = " lib/vault"
37- version = " 2 .0.0"
37+ version = " 3 .0.0"
3838
3939[workspace ]
Original file line number Diff line number Diff line change 1- 2 .0.0
1+ 3 .0.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ while read -r cf; do
1111 sed -i " " -E " s/^version = \" .*\" /version = \" $version \" /" " $cf "
1212done
1313
14- git commit -am " bumping version to $version " || true
14+ git commit -am " bumping version to $version "
1515git tag -s -F " ${notes_path} " " $version "
1616
1717for lib in lib/types lib/extract lib/vault . ; do
Original file line number Diff line number Diff line change 11[package ]
22authors = [" Sebastian Thiel <byronimo@gmail.com>" ]
33name = " sheesy-extract"
4- version = " 2 .0.0"
4+ version = " 3 .0.0"
55
66description = " Extraction functions used by 'share-secrets-safely' CLI. Use it to extract data from YAML files."
77license = " MIT"
@@ -17,4 +17,4 @@ failure = "0.1.1"
1717
1818[dependencies .sheesy-types ]
1919path = " ../types"
20- version = " 2 .0.0"
20+ version = " 3 .0.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " sheesy-types"
3- version = " 2 .0.0"
3+ version = " 3 .0.0"
44authors = [" Sebastian Thiel <byronimo@gmail.com>" ]
55description = " Types used by 'share-secrets-safely' crates."
66license = " MIT"
Original file line number Diff line number Diff line change 11[package ]
22authors = [" Sebastian Thiel <byronimo@gmail.com>" ]
33name = " sheesy-vault"
4- version = " 2 .0.0"
4+ version = " 3 .0.0"
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 = " 2 .0.0"
29+ version = " 3 .0.0"
You can’t perform that action at this time.
0 commit comments