Skip to content

Commit 72f7392

Browse files
Release v0.4.10 (#151)
1 parent 36ab7a3 commit 72f7392

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.4.10 (June 15, 2025)
2+
3+
* Add `Slab::get_disjoint_mut` (#149)
4+
* Drop build script and `autocfg` dependency (#150)
5+
* Fix redundant import warning in no_std builds (#143)
6+
* Fix `clippy::needless_lifetimes` warning (#147)
7+
* Internal CI improvements (#141, #146)
8+
19
# 0.4.9 (August 22, 2023)
210

311
* Avoid reallocations in `Slab::clone_from` (#137)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "slab"
66
# - README.md
77
# - Update CHANGELOG.md
88
# - Create git tag
9-
version = "0.4.9"
9+
version = "0.4.10"
1010
authors = ["Carl Lerche <[email protected]>"]
1111
edition = "2018"
1212
rust-version = "1.51"

0 commit comments

Comments
 (0)