Skip to content

Commit

Permalink
chore: release v0.14.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Oct 21, 2024
1 parent 21f619a commit b184483
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
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" }

0 comments on commit b184483

Please sign in to comment.