Skip to content

Commit

Permalink
Bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Aug 27, 2024
1 parent 156f7ad commit e63b63e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wycheproof"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
authors = ["Jack Lloyd <jack@randombit.net>"]
license = "Apache-2.0"
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.2 2024-08-27

* Change to using include_bytes instead of include_str, which for some
unknown reason leads to dramatically smaller binaries.
* Switch to using data-encoding instead of base64/hex crates

## 0.5.1 2023-07-13

* Update base64 dependency from 0.13 to 0.21
Expand Down

0 comments on commit e63b63e

Please sign in to comment.