Skip to content

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Sep 1, 2020
1 parent ef0adaf commit 4de0dcf
Show file tree
Hide file tree
Showing 2 changed files with 9 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.5.1"
version = "1.5.2"
authors = [
"bluss",
"Josh Stone <[email protected]>"
Expand Down
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ which is roughly:
Recent Changes
==============

- 1.5.2

- The new "std" feature will force the use of ``std`` for users that explicitly
want the default ``S = RandomState``, bypassing the autodetection added in 1.3.0,
by @cuviper in PR 145_.

.. _145: https://github.com/bluss/indexmap/pull/145

- 1.5.1

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

0 comments on commit 4de0dcf

Please sign in to comment.