Skip to content

Commit 351f6ad

Browse files
authored
Merge pull request #146 from cuviper/release-1.5.1
Release 1.5.1
2 parents 8282873 + 5d7b4fc commit 351f6ad

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.5.0"
4+
version = "1.5.1"
55
authors = [
66
"bluss",
77
"Josh Stone <cuviper@gmail.com>"

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.5.1
70+
71+
- Values can now be indexed by their ``usize`` position by @cuviper in PR 132_.
72+
73+
- Some of the generic bounds have been relaxed to match ``std`` by @cuviper in PR 141_.
74+
75+
- ``drain`` now accepts any ``R: RangeBounds<usize>`` by @cuviper in PR 142_.
76+
77+
.. _132: https://github.com/bluss/indexmap/pull/132
78+
.. _141: https://github.com/bluss/indexmap/pull/141
79+
.. _142: https://github.com/bluss/indexmap/pull/142
80+
6981
- 1.5.0
7082

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

0 commit comments

Comments
 (0)