Skip to content

Commit 453278e

Browse files
authored
Merge pull request #165 from cuviper/release-1.6.1
Release 1.6.1
2 parents ea8abb2 + 4728acf commit 453278e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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.6.0"
4+
version = "1.6.1"
55
authors = [
66
"bluss",
77
"Josh Stone <[email protected]>"

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,18 @@ which is roughly:
6666
Recent Changes
6767
==============
6868

69+
- 1.6.1
70+
71+
- The new ``serde_seq`` module implements ``IndexMap`` serialization as a
72+
sequence to ensure order is preserved, by @cuviper in PR 158_.
73+
74+
- New methods on maps and sets work like the ``Vec``/slice methods by the same name:
75+
``truncate``, ``split_off``, ``first``, ``first_mut``, ``last``, ``last_mut``, and
76+
``swap_indices``, by @cuviper in PR 160_.
77+
78+
.. _158: https://github.com/bluss/indexmap/pull/158
79+
.. _160: https://github.com/bluss/indexmap/pull/160
80+
6981
- 1.6.0
7082

7183
- **MSRV**: Rust 1.36 or later is now required.

0 commit comments

Comments
 (0)