Skip to content

Commit 4de0dcf

Browse files
committed
Release 1.5.2
1 parent ef0adaf commit 4de0dcf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.1"
4+
version = "1.5.2"
55
authors = [
66
"bluss",
77
"Josh Stone <[email protected]>"

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ which is roughly:
6666
Recent Changes
6767
==============
6868

69+
- 1.5.2
70+
71+
- The new "std" feature will force the use of ``std`` for users that explicitly
72+
want the default ``S = RandomState``, bypassing the autodetection added in 1.3.0,
73+
by @cuviper in PR 145_.
74+
75+
.. _145: https://github.com/bluss/indexmap/pull/145
76+
6977
- 1.5.1
7078

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

0 commit comments

Comments
 (0)