Skip to content

Commit

Permalink
chore: release v0.4.3 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Apr 2, 2024
1 parent 8a127b0 commit 3d1ddaf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.4.3] - 2024-04-02

This release that adds support for the builtin types `BinaryHeap`, `LinkedList` and `VecDeque`.

# [0.4.2] - 2024-03-26

- Revert some code simplification in 0.4.1 so that older metadata (built with scale-info versions prior to 2.11.1 and using the `retain()` method) is more likely to work.
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.4.2"
version = "0.4.3"
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.4.2", path = "description" }
scale-typegen = { version = "0.4.2", path = "typegen" }
scale-typegen-description = { version = "0.4.3", path = "description" }
scale-typegen = { version = "0.4.3", path = "typegen" }

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

0 comments on commit 3d1ddaf

Please sign in to comment.