Skip to content

Commit a5df7c9

Browse files
authored
Prepare bounded-collections v0.3.1 release (#922)
1 parent 78821e5 commit a5df7c9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bounded-collections/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ The format is based on [Keep a Changelog].
44

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

7+
## [0.3.1] - 2025-06-20
8+
- Implement `DecodeWithMemTracking` for `BoundedBTreeSet` [#915](https://github.com/paritytech/parity-common/pull/915)
9+
710
## [0.3.0] - 2025-05-21
811
- Jam codec support [#914](https://github.com/paritytech/parity-common/pull/914)
912

bounded-collections/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bounded-collections"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Bounded types and their supporting traits"
55
readme = "README.md"
66
rust-version = "1.79.0"

0 commit comments

Comments
 (0)