Skip to content

Commit

Permalink
Prep for 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pkhry committed May 17, 2024
1 parent f744a08 commit f1e567f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The format is based on [Keep a Changelog].

[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
## [v0.7.1] - 2024-05-17

- Implement EncodeAsFields for pointer types like Arc and Box([#22](https://github.com/paritytech/scale-encode/pull/22))


## [v0.7.0] - 2024-04-29

Expand Down
12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
[workspace]
members = [
"scale-encode",
"scale-encode-derive",
"testing/no_std",
]
members = ["scale-encode", "scale-encode-derive", "testing/no_std"]
resolver = "2"

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

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

0 comments on commit f1e567f

Please sign in to comment.