Skip to content

Commit

Permalink
Prep for 0.8.0 release (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw authored May 27, 2024
1 parent c9814e8 commit 08bbb5e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [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](https://github.com/paritytech/scale-typegen/pull/30))

# [0.7.0] - 2024-05-15

- Bump `scale-value` to 0.16.0, in order to have only one `scale-decode` in the hierarchy.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ resolver = "2"
[workspace.package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
version = "0.7.0"
version = "0.8.0"
rust-version = "1.70.0"
license = "Apache-2.0 OR GPL-3.0"
repository = "https://github.com/paritytech/scale-typegen"
homepage = "https://www.parity.io/"

[workspace.dependencies]
scale-typegen-description = { version = "0.7.0", path = "description" }
scale-typegen = { version = "0.7.0", path = "typegen" }
scale-typegen-description = { version = "0.8.0", path = "description" }
scale-typegen = { version = "0.8.0", path = "typegen" }

# external dependencies
parity-scale-codec = { version = "3.6.5", features = ["derive"] }
Expand Down

0 comments on commit 08bbb5e

Please sign in to comment.