Release prep for v0.16.0 (#417)

* Draft changelog

* Bump (and normalize version): v0.16.0

* Update changelog

* Update Cargo.toml

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>

* Add not about 0.16 being disruptive

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
David
2022-02-01 10:48:41 +00:00
committed by GitHub
parent f5d8a846ec
commit 667dfa291c
6 changed files with 84 additions and 15 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt-codegen"
version = "0.2.0"
version = "0.16.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
@@ -25,4 +25,4 @@ scale-info = { version = "1.0.0", features = ["bit-vec"] }
[dev-dependencies]
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"] }
pretty_assertions = "0.6.1"
pretty_assertions = "1.0.0"