We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a97b80 commit a1e4346Copy full SHA for a1e4346
CHANGELOG.md
@@ -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
6
# 0.4.11 (August 8, 2025)
7
8
* Fix `Slab::get_disjoint_mut` out of bounds (#152)
Cargo.toml
@@ -6,7 +6,7 @@ name = "slab"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
9
-version = "0.4.11"
+version = "0.4.12"
10
authors = ["Carl Lerche <me@carllerche.com>"]
11
edition = "2018"
12
rust-version = "1.51"
0 commit comments