Skip to content

Commit

Permalink
Merge pull request #165 from cuviper/release-1.6.1
Browse files Browse the repository at this point in the history
Release 1.6.1
  • Loading branch information
cuviper authored Dec 15, 2020
2 parents ea8abb2 + 4728acf commit 453278e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "indexmap"
edition = "2018"
version = "1.6.0"
version = "1.6.1"
authors = [
"bluss",
"Josh Stone <cuviper@gmail.com>"
Expand Down
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ which is roughly:
Recent Changes
==============

- 1.6.1

- The new ``serde_seq`` module implements ``IndexMap`` serialization as a
sequence to ensure order is preserved, by @cuviper in PR 158_.

- New methods on maps and sets work like the ``Vec``/slice methods by the same name:
``truncate``, ``split_off``, ``first``, ``first_mut``, ``last``, ``last_mut``, and
``swap_indices``, by @cuviper in PR 160_.

.. _158: https://github.com/bluss/indexmap/pull/158
.. _160: https://github.com/bluss/indexmap/pull/160

- 1.6.0

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

0 comments on commit 453278e

Please sign in to comment.