diff --git a/CHANGELOG.md b/CHANGELOG.md index f46a797..6cb9248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.4.10 (June 15, 2025) + +* Add `Slab::get_disjoint_mut` (#149) +* Drop build script and `autocfg` dependency (#150) +* Fix redundant import warning in no_std builds (#143) +* Fix `clippy::needless_lifetimes` warning (#147) +* Internal CI improvements (#141, #146) + # 0.4.9 (August 22, 2023) * Avoid reallocations in `Slab::clone_from` (#137) diff --git a/Cargo.toml b/Cargo.toml index e237215..b812f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "slab" # - README.md # - Update CHANGELOG.md # - Create git tag -version = "0.4.9" +version = "0.4.10" authors = ["Carl Lerche "] edition = "2018" rust-version = "1.51"