Skip to content

Commit

Permalink
primitive-types: release 0.12.1 (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Oct 27, 2022
1 parent 26c1423 commit 09371a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions primitive-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog].

## [Unreleased]

## [0.12.1] - 2022-20-27
- Added `H384` and `H768` types. [#684](https://github.com/paritytech/parity-common/pull/684)

## [0.12.0] - 2022-09-20
### Breaking
- Updated `fixed-hash` to 0.8. [#680](https://github.com/paritytech/parity-common/pull/680)
Expand Down
2 changes: 1 addition & 1 deletion primitive-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "primitive-types"
version = "0.12.0"
version = "0.12.1"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/paritytech/parity-common"
Expand Down

0 comments on commit 09371a1

Please sign in to comment.