Skip to content

Commit b709dcf

Browse files
authored
Release v0.4.9 (#139)
1 parent 67e184f commit b709dcf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.9 (August 22, 2023)
2+
3+
* Avoid reallocations in `Slab::clone_from` (#137)
4+
15
# 0.4.8 (January 20, 2023)
26

37
* Fixed documentation about overflow (#124)

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.8"
9+
version = "0.4.9"
1010
authors = ["Carl Lerche <[email protected]>"]
1111
edition = "2018"
1212
rust-version = "1.31"

0 commit comments

Comments
 (0)