Commit 4b20ddd 1 parent bb67944 commit 4b20ddd Copy full SHA for 4b20ddd
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The format is based on [Keep a Changelog].
4
4
5
5
[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
6
6
7
- ## [ 0.2.3] - 2025-01-30
7
+ ## [ 0.2.3] - 2025-02-11
8
8
- Implement DecodeWithMemTracking for some structs [ #897 ] ( https://github.com/paritytech/parity-common/pull/897 )
9
9
10
10
## [ 0.2.2] - 2024-11-08
Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ The format is based on [Keep a Changelog].
6
6
7
7
## [ Unreleased]
8
8
9
- ## [ 0.13.2] - 2025-01-30
10
- - Implement DecodeWithMemTracking for some structs [ #897 ] ( https://github.com/paritytech/parity-common/pull/897 )
11
-
12
9
## [ 0.13.1] - 2024-09-12
13
10
- Updated ` uint ` to 0.10. [ #859 ] ( https://github.com/paritytech/parity-common/pull/859 )
14
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " primitive-types"
3
- version = " 0.13.2 "
3
+ version = " 0.13.1 "
4
4
authors = [" Parity Technologies <admin@parity.io>" ]
5
5
license = " MIT OR Apache-2.0"
6
6
homepage = " https://github.com/paritytech/parity-common"
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog].
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.7.1] - 2025-02-11
10
+ - Implement ` DecodeWithMemTracking ` for some structs [ #897 ] ( https://github.com/paritytech/parity-common/pull/897 )
11
+
9
12
## [ 0.7.0] - 2024-09-12
10
13
### Breaking
11
14
- Updated to ` uint ` 0.10. [ #860 ] ( https://github.com/paritytech/parity-common/pull/860 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " impl-codec"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
authors = [" Parity Technologies <admin@parity.io>" ]
5
5
license = " MIT OR Apache-2.0"
6
6
homepage = " https://github.com/paritytech/parity-common"
You can’t perform that action at this time.
0 commit comments