Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <me@carllerche.com>"]
edition = "2018"
rust-version = "1.51"
Expand Down