From c8d12cecb372a7bcf9cd213b6db72e359fbc6fb3 Mon Sep 17 00:00:00 2001 From: bluss Date: Sun, 25 Nov 2018 09:46:33 +0100 Subject: [PATCH] 0.4.8 --- Cargo.toml | 2 +- README.rst | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c3b7a4..f7a1948 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.4.7" +version = "0.4.8" authors = ["bluss"] license = "MIT/Apache-2.0" diff --git a/README.rst b/README.rst index c10ae32..0de5000 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,15 @@ __ https://docs.rs/arrayvec Recent Changes (arrayvec) ------------------------- +- 0.4.8 + + - Implement Clone and Debug for ``IntoIter`` by @clarcharr + - Add more array sizes under crate features. These cover all in the range + up to 128 and 129 to 255 respectively (we have a few of those by default): + + - ``array-size-33-128`` + - ``array-size-129-255`` + - 0.4.7 - Fix future compat warning about raw pointer casts