Skip to content

Commit a1e4346

Browse files
authored
Release v0.4.12 (#161)
1 parent 1a97b80 commit a1e4346

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.12 (January 31, 2026)
2+
3+
* Help the compiler elide copies in `try_remove()` (#160)
4+
* Add security policy (#154)
5+
16
# 0.4.11 (August 8, 2025)
27

38
* Fix `Slab::get_disjoint_mut` out of bounds (#152)

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.11"
9+
version = "0.4.12"
1010
authors = ["Carl Lerche <me@carllerche.com>"]
1111
edition = "2018"
1212
rust-version = "1.51"

0 commit comments

Comments
 (0)