Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare patch releases #899

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading