From 1a202a904e1271f5162aac5b3fcade413e360d6a Mon Sep 17 00:00:00 2001 From: bluss Date: Mon, 11 Sep 2017 21:15:25 +0200 Subject: [PATCH] 0.4.1 --- Cargo.toml | 2 +- README.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f619c3..afe010c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.4.0" +version = "0.4.1" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/README.rst b/README.rst index d8c7c17..6e796ed 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,10 @@ __ https://bluss.github.io/arrayvec Recent Changes (arrayvec) ------------------------- +- 0.4.1 + + - Add ``Default`` impl to ``ArrayString`` by @tbu- + - 0.4.0 - Reformed signatures and error handling by @bluss and @tbu-: