Skip to content

Commit

Permalink
release primitive-types and bounded-collections (#794)
Browse files Browse the repository at this point in the history
* primitive-types: release 0.12.2

* bounded-collections: release 0.1.9
  • Loading branch information
ordian committed Oct 10, 2023
1 parent 400398a commit b4e1516
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions bounded-collections/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ The format is based on [Keep a Changelog].

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

## [0.1.9] - 2023-10-10
- Added `serde` support for `BoundedBTreeSet`. [#781](https://github.com/paritytech/parity-common/pull/781)

## [0.1.8] - 2023-06-11
- Altered return types of `BoundedVec::force_insert_keep_` functions to return the element in case of error.
- Added `new` and `clear` to `BoundedVec`.
Expand Down
2 changes: 1 addition & 1 deletion bounded-collections/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bounded-collections"
version = "0.1.8"
version = "0.1.9"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/paritytech/parity-common"
Expand Down
5 changes: 4 additions & 1 deletion primitive-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog].

## [Unreleased]

## [0.12.1] - 2022-20-27
## [0.12.2] - 2023-10-10
- Added `schemars` support via `json-schema` feature. [#785](https://github.com/paritytech/parity-common/pull/785)

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

## [0.12.0] - 2022-09-20
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.1"
version = "0.12.2"
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 b4e1516

Please sign in to comment.