Skip to content

Commit

Permalink
Prepare slab v0.4.5 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Oct 13, 2021
1 parent a687ae0 commit c512385
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.4.5 (October 13, 2021)

* Add alternate debug output for listing items in the slab (#108)
* Fix typo in debug output of IntoIter (#109)
* Impl 'Clone' for 'Iter' (#110)

# 0.4.4 (August 06, 2021)

* Fix panic in `FromIterator` impl (#102)
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.4"
version = "0.4.5"
authors = ["Carl Lerche <me@carllerche.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit c512385

Please sign in to comment.