Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-donat committed Feb 5, 2024
1 parent 117af5a commit a25c6a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Possible log types:

### Unreleased

### v0.17.0 (2024-01-31)

- [added] Re-export `crypto_secretbox::Nonce`
- [changed] Replace `sodiumoxide` with `crypto_box` and `crypto_secretbox`
- [changed] Replace re-exports of `PublicKey`, `SecretKey` and `Key`
- [changed] Replace `&[u8; 24]` with `crypto_secretbox::Nonce`
- [changed] Return result in `encrypt_*` functions
- [changed] Use `hmac` and `sha2` crates for calculating MAC
- [changed] Set rust version to 1.75.0

### v0.16.0 (2023-09-04)

- [added] Expose encryption functions: `encrypt` and `encrypt_raw` (#59)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "threema-gateway"
version = "0.16.0"
version = "0.17.0"
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
documentation = "https://docs.rs/threema-gateway"
repository = "https://github.com/dbrgn/threema-gateway-rs"
Expand Down

0 comments on commit a25c6a1

Please sign in to comment.