Skip to content

Commit

Permalink
chore: release v0.7.2 (#25)
Browse files Browse the repository at this point in the history
* chore: release v0.7.2

* Update CHANGELOG.md
  • Loading branch information
niklasad1 authored Oct 21, 2024
1 parent c616bcf commit 5a3ec1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog].

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

## [v0.7.2] - 2024-10-21

- Update dependencies `syn 2.0`, `darling 0.20` and `proc-macro-crate 3.1` ([#24](https://github.com/paritytech/scale-encode/pull/24))

## [v0.7.1] - 2024-05-17

- Implement EncodeAsFields for pointer types like Arc and Box ([#22](https://github.com/paritytech/scale-encode/pull/22))
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["scale-encode", "scale-encode-derive", "testing/no_std"]
resolver = "2"

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

[workspace.dependencies]
scale-encode = { version = "0.7.1", path = "scale-encode" }
scale-encode-derive = { version = "0.7.1", path = "scale-encode-derive" }
scale-encode = { version = "0.7.2", path = "scale-encode" }
scale-encode-derive = { version = "0.7.2", path = "scale-encode-derive" }

0 comments on commit 5a3ec1b

Please sign in to comment.