Skip to content

Commit

Permalink
Prep for 0.7.1 release (#23)
Browse files Browse the repository at this point in the history
* Prep for 0.7.1 release
---------

Co-authored-by: James Wilson <james@jsdw.me>
  • Loading branch information
pkhry and jsdw authored May 17, 2024
1 parent f744a08 commit 0b4e08d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 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.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

Update the `scale-type-resolver` dependency to 0.2.0 (and bump `scale-bits` for the same reason).
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 0b4e08d

Please sign in to comment.