Skip to content

Commit

Permalink
chore: release v0.8.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Oct 21, 2024
1 parent 866d1e9 commit 30956e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ The format is based on [Keep a Changelog].

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

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

- chore(deps): bump derive_more from 0.99 to 1.0 ([#26](https://github.com/paritytech/scale-encode/pull/26))
- chore(deps): bump primitive-types from 0.12.0 to 0.13.1 ([#27](https://github.com/paritytech/scale-encode/pull/27))

## [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))
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.2"
version = "0.8.0"
authors = ["Parity Technologies <admin@parity.io>"]
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.2", path = "scale-encode" }
scale-encode-derive = { version = "0.7.2", path = "scale-encode-derive" }
scale-encode = { version = "0.8.0", path = "scale-encode" }
scale-encode-derive = { version = "0.8.0", path = "scale-encode-derive" }

0 comments on commit 30956e6

Please sign in to comment.