diff --git a/Cargo.toml b/Cargo.toml index 0a6cc55..bacf5f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexmap" -version = "1.0.0" +version = "1.0.1" authors = [ "bluss", "Josh Stone " diff --git a/README.rst b/README.rst index 4c42936..81af405 100644 --- a/README.rst +++ b/README.rst @@ -103,6 +103,10 @@ Ideas that we already did Recent Changes ============== +- 1.0.1 + + - Document Rust version policy for the crate (see rustdoc) + - 1.0.0 - This is the 1.0 release for ``indexmap``! (the crate and datastructure