There was an error while loading. Please reload this page.
1 parent 09cbd95 commit 151a9ceCopy full SHA for 151a9ce
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.4.8 (January 20, 2022)
2
+
3
+* Fixed documentation about overflow (#124)
4
+* Document panic in `get2_mut` (#131)
5
+* Refactoring (#129, #132)
6
7
# 0.4.7 (July 19, 2022)
8
9
* Use `#[track_caller]` on Rust 1.46+ (#119)
Cargo.toml
@@ -6,7 +6,7 @@ name = "slab"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
-version = "0.4.7"
+version = "0.4.8"
10
authors = ["Carl Lerche <me@carllerche.com>"]
11
edition = "2018"
12
rust-version = "1.31"
0 commit comments