Skip to content

Commit

Permalink
Release v0.4.9 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Aug 22, 2023
1 parent 67e184f commit b709dcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.9 (August 22, 2023)

* Avoid reallocations in `Slab::clone_from` (#137)

# 0.4.8 (January 20, 2023)

* Fixed documentation about overflow (#124)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "slab"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
version = "0.4.8"
version = "0.4.9"
authors = ["Carl Lerche <[email protected]>"]
edition = "2018"
rust-version = "1.31"
Expand Down

0 comments on commit b709dcf

Please sign in to comment.