Releases: paritytech/scale-typegen
Releases · paritytech/scale-typegen
v0.10.0
[0.10.0] - 2024-11-15
This is a breaking release that mainly bumps scale-related dependencies
to their latest versions which are exposed in the public API.
- Bump
thiserror
to 2.0 - Bump
scale-value
to 0.18.0 - Bump
scale-encode
to 0.10.0 - Bump
scale-decode
to 0.16.0 - Bump
scale-bits
to 0.7.0 - Bump MSRV to 1.81.0
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.0
[0.8.0] - 2024-05-24
This release doesn't change the public API, but does effect the generated code to make it more correct and de-duplicate types better, but also a little less forgiving in certain edge cases. As such, I've decided to do a minor bump so that opting in to this change is explicit.
- Improve type equality checking used during de-duplication of types to deduplicate more reliably/often (#30)