Update version, tweak docs, and write up changelog (#616)

This commit is contained in:
James Wilson
2022-08-11 15:04:50 +01:00
committed by GitHub
parent 7e51b3ed66
commit a3ea12663e
11 changed files with 241 additions and 24 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt-macro"
version = "0.22.0"
version = "0.23.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
autotests = false
@@ -19,4 +19,4 @@ darling = "0.14.0"
proc-macro-error = "1.0.4"
syn = "1.0.58"
subxt-codegen = { path = "../codegen", version = "0.22.0" }
subxt-codegen = { path = "../codegen", version = "0.23.0" }