Skip to content

Commit

Permalink
Prep to release 0.4.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw authored Jul 12, 2023
1 parent 1d30222 commit 797b4ad
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.4.0] - 2023-07-11

- Add support for `no_std` (+alloc) builds ([#11](https://github.com/paritytech/scale-encode/pull/11)). Thankyou @haerdib!

## [v0.3.0] - 2023-05-31

- Remove the generic iterator from `EncodeAsFields` and ensure that it's object safe. Use a `&mut dyn` iterator instead.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

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

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

0 comments on commit 797b4ad

Please sign in to comment.