We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a687ae0 commit c512385Copy full SHA for c512385
CHANGELOG.md
@@ -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
7
# 0.4.4 (August 06, 2021)
8
9
* Fix panic in `FromIterator` impl (#102)
Cargo.toml
@@ -6,7 +6,7 @@ name = "slab"
# - README.md
# - Update CHANGELOG.md
# - Create git tag
-version = "0.4.4"
+version = "0.4.5"
10
authors = ["Carl Lerche <me@carllerche.com>"]
11
edition = "2018"
12
license = "MIT"
0 commit comments