Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Aug 7, 2020
1 parent 8282873 commit 5d7b4fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "indexmap"
edition = "2018"
version = "1.5.0"
version = "1.5.1"
authors = [
"bluss",
"Josh Stone <cuviper@gmail.com>"
Expand Down
12 changes: 12 additions & 0 deletions README.rst
Expand Up @@ -66,6 +66,18 @@ which is roughly:
Recent Changes
==============

- 1.5.1

- Values can now be indexed by their ``usize`` position by @cuviper in PR 132_.

- Some of the generic bounds have been relaxed to match ``std`` by @cuviper in PR 141_.

- ``drain`` now accepts any ``R: RangeBounds<usize>`` by @cuviper in PR 142_.

.. _132: https://github.com/bluss/indexmap/pull/132
.. _141: https://github.com/bluss/indexmap/pull/141
.. _142: https://github.com/bluss/indexmap/pull/142

- 1.5.0

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

0 comments on commit 5d7b4fc

Please sign in to comment.