Skip to content

Commit 12162ab

Browse files
committed
Release 1.8.1
1 parent feb816c commit 12162ab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "indexmap"
33
edition = "2018"
4-
version = "1.8.0"
4+
version = "1.8.1"
55
authors = [
66
"bluss",
77
"Josh Stone <[email protected]>"

RELEASES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
- 1.8.1
2+
3+
- The new ``IndexSet::replace_full`` will return the index of the item along
4+
with the replaced value, if any, by @zakcutner in PR 222_.
5+
6+
.. _222: https://github.com/bluss/indexmap/pull/222
7+
18
- 1.8.0
29

310
- The new ``IndexMap::into_keys`` and ``IndexMap::into_values`` will consume

0 commit comments

Comments
 (0)