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}}"