Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Jun 1, 2020
1 parent 6e929fa commit da18351
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexmap"
version = "1.3.2"
version = "1.4.0"
authors = [
"bluss",
"Josh Stone <cuviper@gmail.com>"
Expand Down
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,21 @@ which is roughly:
Recent Changes
==============

- 1.4.0

- Add new method ``get_index_of`` by @Thermatrix in PR 115_ and 120_

- Fix build script rebuild-if-changed configuration to use "build.rs";
fixes issue 123_. Fix by @cuviper.

- Dev-dependencies (rand and quickcheck) have been updated. The crate's tests
now run using Rust 1.32 or later (MSRV for building the crate has not changed).
by @kjeremy and @bluss

.. _123: https://github.com/bluss/indexmap/issues/123
.. _115: https://github.com/bluss/indexmap/pull/115
.. _120: https://github.com/bluss/indexmap/pull/120

- 1.3.2

- Maintenance update to regenerate the published `Cargo.toml`.
Expand Down

0 comments on commit da18351

Please sign in to comment.