Release preparation for v0.18.0 (#464)

* Bump release version to v0.18.0

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* Update changelog

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* Update dependency version to v0.18.0

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* Modify changelog

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* Move changelog entries from added to changed
This commit is contained in:
Alexandru Vasile
2022-03-02 21:02:38 +02:00
committed by GitHub
parent 08369f3e43
commit 3baaa01fb1
7 changed files with 28 additions and 11 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt-macro"
version = "0.17.0"
version = "0.18.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
autotests = false
@@ -27,7 +27,7 @@ quote = "1.0.8"
syn = "1.0.58"
scale-info = "2.0.0"
subxt-codegen = { path = "../codegen", version = "0.17.0" }
subxt-codegen = { path = "../codegen", version = "0.18.0" }
[dev-dependencies]
pretty_assertions = "1.0.0"