diff --git a/Cargo.toml b/Cargo.toml index a0156e5..6d54726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strength_reduce" -version = "0.2.3" +version = "0.2.4" authors = ["Elliott Mahler "] description = "Faster integer division and modulus operations" diff --git a/RELEASES.md b/RELEASES.md index 07e6a79..8f61bb0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,12 @@ +# Release 0.2.4 (2022-11-07) + +### Fixes + +- Fixed broken MIT license file link +- Added missing license files to repository +- Upgraded dependencies to proptest 1.0.0, num-bigint 0.4, rand 0.8 +- Typo fixes in docs + # Release 0.2.3 (2019-12-27) ### Fixes