diff --git a/nodrop/Cargo.toml b/nodrop/Cargo.toml index dd51dee..a4a7d45 100644 --- a/nodrop/Cargo.toml +++ b/nodrop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodrop" -version = "0.1.10" +version = "0.1.11" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/nodrop/README.rst b/nodrop/README.rst index fe29495..929b323 100644 --- a/nodrop/README.rst +++ b/nodrop/README.rst @@ -5,6 +5,10 @@ nodrop Recent Changes (nodrop) ----------------------- +- 0.1.11 + + - Remove erronous assertion in test (#77) + - 0.1.10 - Update for stable ``needs_drop`` (Rust 1.21, was nightly only)