Release 1.8.1

This commit is contained in:
Josh Stone
2022-03-29 15:45:07 -07:00
parent 86d713e17d
commit beff0dd4d0
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "indexmap"
edition = "2018"
version = "1.8.0"
version = "1.8.1"
authors = [
"bluss",
"Josh Stone <cuviper@gmail.com>"
+7
View File
@@ -1,3 +1,10 @@
- 1.8.1
- The new ``IndexSet::replace_full`` will return the index of the item along
with the replaced value, if any, by @zakcutner in PR 222_.
.. _222: https://github.com/bluss/indexmap/pull/222
- 1.8.0
- The new ``IndexMap::into_keys`` and ``IndexMap::into_values`` will consume