From 4fe3e059978fa8bb50356cab353ae9a48741b490 Mon Sep 17 00:00:00 2001 From: bluss Date: Fri, 27 Oct 2017 21:51:45 +0200 Subject: [PATCH] nodrop 0.1.12 --- nodrop/Cargo.toml | 2 +- nodrop/README.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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)