mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 07:11:06 +00:00
Prep to release v0.0.5 (#2126)
This commit is contained in:
Generated
+1
-1
@@ -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",
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user