From 5b0a43d9d672ee2ac4e471f201fb13417a0a0c71 Mon Sep 17 00:00:00 2001 From: Elliott Mahler Date: Mon, 7 Nov 2022 19:43:13 -0800 Subject: [PATCH] Version 0.2.4 --- Cargo.toml | 2 +- RELEASES.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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