Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.14.0 #64

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/

## 0.13.2 - 2024-10-21
## 0.14.0 - 2024-10-21

### Changed

- chore(deps): bump syn from 1.0 to 2.0 ([#60](https://github.com/paritytech/scale-decode/pull/60))
- chore(deps): bump primitives types from 0.12.0 to 0.13.1 ([#61](https://github.com/paritytech/scale-decode/pull/61))
- chore(deps): chore(deps): bump derive_more from 0.99 to 1.0.0 ([#62](https://github.com/paritytech/scale-decode/pull/62))

## 0.13.2 - 2024-10-21 [YANKED]

Yanked because `primitives-types` is re-exported from this crate and thus is a breaking change.

## 0.13.1 - 2024-06-07

Useful visitor errors can be hidden in some cases when a `skip_decoding` error is also emitted. This patch release fixes that.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.13.2"
version = "0.14.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -17,5 +17,5 @@ keywords = ["parity", "scale", "decoding"]
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]

[workspace.dependencies]
scale-decode = { version = "0.13.2", path = "scale-decode" }
scale-decode-derive = { version = "0.13.2", path = "scale-decode-derive" }
scale-decode = { version = "0.14.0", path = "scale-decode" }
scale-decode-derive = { version = "0.14.0", path = "scale-decode-derive" }
Loading