Skip to content

Commit da18351

Browse files
committed
1.4.0
1 parent 6e929fa commit da18351

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexmap"
3-
version = "1.3.2"
3+
version = "1.4.0"
44
authors = [
55
"bluss",
66
"Josh Stone <cuviper@gmail.com>"

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,21 @@ which is roughly:
8686
Recent Changes
8787
==============
8888

89+
- 1.4.0
90+
91+
- Add new method ``get_index_of`` by @Thermatrix in PR 115_ and 120_
92+
93+
- Fix build script rebuild-if-changed configuration to use "build.rs";
94+
fixes issue 123_. Fix by @cuviper.
95+
96+
- Dev-dependencies (rand and quickcheck) have been updated. The crate's tests
97+
now run using Rust 1.32 or later (MSRV for building the crate has not changed).
98+
by @kjeremy and @bluss
99+
100+
.. _123: https://github.com/bluss/indexmap/issues/123
101+
.. _115: https://github.com/bluss/indexmap/pull/115
102+
.. _120: https://github.com/bluss/indexmap/pull/120
103+
89104
- 1.3.2
90105

91106
- Maintenance update to regenerate the published `Cargo.toml`.

0 commit comments

Comments
 (0)