Prepare for version 0.1.2

This commit is contained in:
Amber Sprenkels
2025-10-26 11:41:47 +01:00
parent d9fb0d923b
commit 8f0bb396fb
3 changed files with 9 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -397,7 +397,7 @@ dependencies = [
[[package]]
name = "shamirsecretsharing-cli"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"atty",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "shamirsecretsharing-cli"
version = "0.1.1"
version = "0.1.2"
[[bin]]
name = "secret-share-split"

View File

@@ -56,6 +56,13 @@ so that the shares cannot be tampered with, which takes up some extra space.
[rustup]: https://rustup.rs/
[crates.io]: https://crates.io/
# Changelog
### New in version 0.1.2
- Use the RustCrypto `crypto-secretbox` crate instead of `xsalsa20poly1305`
([#12](https://github.com/dsprenkels/sss-rs/pull/12)).
# Questions
Feel free to [open an issue](https://github.com/dsprenkels/sss-cli/issues/new)