Release v0.4.8 (#133)

This commit is contained in:
Alice Ryhl
2023-02-19 18:23:54 +01:00
committed by GitHub
parent aa697a4b4d
commit a5b7a6a1ef
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
# 0.4.8 (January 20, 2022)
* Fixed documentation about overflow (#124)
* Document panic in `get2_mut` (#131)
* Refactoring (#129, #132)
# 0.4.7 (July 19, 2022)
* Use `#[track_caller]` on Rust 1.46+ (#119)
+1 -1
View File
@@ -6,7 +6,7 @@ name = "slab"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
version = "0.4.7"
version = "0.4.8"
authors = ["Carl Lerche <me@carllerche.com>"]
edition = "2018"
rust-version = "1.31"