Skip to content

Commit

Permalink
Prepare patch releases
Browse files Browse the repository at this point in the history
prepare:
- bounded-collections 0.2.3
- impl-codec 0.7.1
  • Loading branch information
serban300 committed Feb 11, 2025
1 parent bb67944 commit 6367fd1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bounded-collections/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The format is based on [Keep a Changelog].

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

## [0.2.3] - 2025-01-30
## [0.2.3] - 2025-02-11
- Implement DecodeWithMemTracking for some structs [#897](https://github.com/paritytech/parity-common/pull/897)

## [0.2.2] - 2024-11-08
Expand Down
3 changes: 0 additions & 3 deletions primitive-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ The format is based on [Keep a Changelog].

## [Unreleased]

## [0.13.2] - 2025-01-30
- Implement DecodeWithMemTracking for some structs [#897](https://github.com/paritytech/parity-common/pull/897)

## [0.13.1] - 2024-09-12
- Updated `uint` to 0.10. [#859](https://github.com/paritytech/parity-common/pull/859)

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.13.2"
version = "0.13.1"
authors = ["Parity Technologies <[email protected]>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/paritytech/parity-common"
Expand Down
3 changes: 3 additions & 0 deletions primitive-types/impls/codec/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.7.1] - 2025-02-11
- Implement `DecodeWithMemTracking` for some structs [#897](https://github.com/paritytech/parity-common/pull/897)

## [0.7.0] - 2024-09-12
### Breaking
- Updated to `uint` 0.10. [#860](https://github.com/paritytech/parity-common/pull/860)
Expand Down
2 changes: 1 addition & 1 deletion primitive-types/impls/codec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "impl-codec"
version = "0.7.0"
version = "0.7.1"
authors = ["Parity Technologies <[email protected]>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/paritytech/parity-common"
Expand Down

0 comments on commit 6367fd1

Please sign in to comment.