diff --git a/nodrop/Cargo.toml b/nodrop/Cargo.toml index 15fd4a3..ba667e8 100644 --- a/nodrop/Cargo.toml +++ b/nodrop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodrop" -version = "0.1.11" +version = "0.1.12" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/nodrop/README.rst b/nodrop/README.rst index 929b323..401a4a6 100644 --- a/nodrop/README.rst +++ b/nodrop/README.rst @@ -5,6 +5,10 @@ nodrop Recent Changes (nodrop) ----------------------- +- 0.1.12 + + - Remove dependency on crate odds. + - 0.1.11 - Remove erronous assertion in test (#77)