From 6a7445f2ddbcca6ed8467b41d586305c7362ec12 Mon Sep 17 00:00:00 2001 From: bluss Date: Sun, 24 Sep 2017 18:11:01 +0200 Subject: [PATCH] 0.4.2 --- Cargo.toml | 2 +- README.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afe010c..6597a97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.4.1" +version = "0.4.2" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/README.rst b/README.rst index 6e796ed..aa94025 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,10 @@ __ https://bluss.github.io/arrayvec Recent Changes (arrayvec) ------------------------- +- 0.4.2 + + - Add constructor method ``new`` to ``CapacityError``. + - 0.4.1 - Add ``Default`` impl to ``ArrayString`` by @tbu-