Skip to content

Commit c512385

Browse files
authored
Prepare slab v0.4.5 (#111)
1 parent a687ae0 commit c512385

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.5 (October 13, 2021)
2+
3+
* Add alternate debug output for listing items in the slab (#108)
4+
* Fix typo in debug output of IntoIter (#109)
5+
* Impl 'Clone' for 'Iter' (#110)
6+
17
# 0.4.4 (August 06, 2021)
28

39
* Fix panic in `FromIterator` impl (#102)

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

0 commit comments

Comments
 (0)