From f1db5d17dabc4b8f3ba68c1228a3ee7601c7f33c Mon Sep 17 00:00:00 2001 From: james7132 Date: Sun, 14 Apr 2024 16:46:37 -0700 Subject: [PATCH] v0.5.7 --- Cargo.toml | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 865065e..5dd44ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fixedbitset" -version = "0.5.6" +version = "0.5.7" authors = ["bluss"] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/README.md b/README.md index 09d8380..929ee32 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ Please read the [API documentation here](https://docs.rs/fixedbitset/) # Recent Changes +- 0.5.7 + - [#127](https://github.com/petgraph/fixedbitset/pull/127) and [#128](https://github.com/petgraph/fixedbitset/pull/128): Optimize `Clone::clone_from` to avoid + extra allocations and copies. - 0.5.6 - Fixed FixedBitset not implementing Send/Sync due to the stack size shrink. - 0.5.5 (yanked)