Skip to content

Commit 151a9ce

Browse files
authored
Release v0.4.8 (#133)
1 parent 09cbd95 commit 151a9ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# 0.4.7 (July 19, 2022)
28

39
* Use `#[track_caller]` on Rust 1.46+ (#119)

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

0 commit comments

Comments
 (0)