Skip to content

Commit 2e5779f

Browse files
authored
Release v0.4.11 (#153)
1 parent 2d65c51 commit 2e5779f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.11 (August 8, 2025)
2+
3+
* Fix `Slab::get_disjoint_mut` out of bounds (#152)
4+
15
# 0.4.10 (June 15, 2025)
26

37
* Add `Slab::get_disjoint_mut` (#149)

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.10"
9+
version = "0.4.11"
1010
authors = ["Carl Lerche <[email protected]>"]
1111
edition = "2018"
1212
rust-version = "1.51"

0 commit comments

Comments
 (0)