From 75abbd6145727e4552de5399b69173d7588ac4a3 Mon Sep 17 00:00:00 2001 From: bluss Date: Sat, 21 Oct 2017 14:01:46 +0200 Subject: [PATCH] 0.4.4 --- Cargo.toml | 2 +- README.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c545a10..1873070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.4.3" +version = "0.4.4" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/README.rst b/README.rst index 078910b..1756c4c 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,10 @@ __ https://docs.rs/arrayvec Recent Changes (arrayvec) ------------------------- +- 0.4.4 + + - Add method ``ArrayVec::truncate()`` by @niklasf + - 0.4.3 - Improve performance for ``ArrayVec::extend`` with a lower level