From ea591bc2de5202790c600638c96efa392413001c Mon Sep 17 00:00:00 2001 From: bluss Date: Wed, 25 Sep 2019 15:13:50 +0200 Subject: [PATCH] 0.5.0 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a43ace..1b1e552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayvec" -version = "0.4.11" +version = "0.5.0" authors = ["bluss"] license = "MIT/Apache-2.0" edition = "2018" @@ -46,3 +46,4 @@ features = ["serde"] [package.metadata.release] no-dev-version = true +tag-name = "{{version}}"