Prep to release v0.0.5 (#2126)

This commit is contained in:
James Wilson
2025-11-21 16:23:19 +00:00
committed by GitHub
parent 3bbba1b005
commit 803e39f054
3 changed files with 13 additions and 2 deletions
Generated
+1 -1
View File
@@ -5739,7 +5739,7 @@ dependencies = [
[[package]]
name = "subxt-historic"
version = "0.0.4"
version = "0.0.5"
dependencies = [
"frame-decode",
"frame-metadata 23.0.0",
+11
View File
@@ -0,0 +1,11 @@
# subxt-historic changelog
This is separate from the Subxt changelog as subxt-historic is currently releasaed separately.
Eventually this project will merge with Subxt and no longer exist, but until then it's being maintained and updated where needed.
## 0.0.5 (2025-11-21)
- Rename some fields for consistency.
- Update versions of underlying libraries being used.
- Add `.visit()` methods to extrinsic fields and storage values, and examples of using this to our examples.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt-historic"
version = "0.0.4"
version = "0.0.5"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true