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)