Skip to content

Commit 4b20ddd

Browse files
authored
Prepare patch releases (#899)
prepare: - bounded-collections 0.2.3 - impl-codec 0.7.1
1 parent bb67944 commit 4b20ddd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bounded-collections/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The format is based on [Keep a Changelog].
44

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

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

1010
## [0.2.2] - 2024-11-08

primitive-types/CHANGELOG.md

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ The format is based on [Keep a Changelog].
66

77
## [Unreleased]
88

9-
## [0.13.2] - 2025-01-30
10-
- Implement DecodeWithMemTracking for some structs [#897](https://github.com/paritytech/parity-common/pull/897)
11-
129
## [0.13.1] - 2024-09-12
1310
- Updated `uint` to 0.10. [#859](https://github.com/paritytech/parity-common/pull/859)
1411

primitive-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "primitive-types"
3-
version = "0.13.2"
3+
version = "0.13.1"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/paritytech/parity-common"

primitive-types/impls/codec/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog].
66

77
## [Unreleased]
88

9+
## [0.7.1] - 2025-02-11
10+
- Implement `DecodeWithMemTracking` for some structs [#897](https://github.com/paritytech/parity-common/pull/897)
11+
912
## [0.7.0] - 2024-09-12
1013
### Breaking
1114
- Updated to `uint` 0.10. [#860](https://github.com/paritytech/parity-common/pull/860)

primitive-types/impls/codec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "impl-codec"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/paritytech/parity-common"

0 commit comments

Comments
 (0)