From eaa884087dba629db0c8e680699dbef07a13226b Mon Sep 17 00:00:00 2001 From: bluss Date: Fri, 21 Aug 2015 14:58:24 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- README.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 919c243..261dc9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.3.9" +version = "0.3.10" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/README.rst b/README.rst index 921ed38..94034a1 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,10 @@ __ http://bluss.github.io/arrayvec Recent Changes -------------- +- 0.3.10 + + - Go back to using external NoDrop, fixing a panic safety bug (issue #3) + - 0.3.8 - Inline the non-dropping logic to remove one drop flag in the