We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78821e5 commit a5df7c9Copy full SHA for a5df7c9
bounded-collections/CHANGELOG.md
@@ -4,6 +4,9 @@ The format is based on [Keep a Changelog].
4
5
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
6
7
+## [0.3.1] - 2025-06-20
8
+- Implement `DecodeWithMemTracking` for `BoundedBTreeSet` [#915](https://github.com/paritytech/parity-common/pull/915)
9
+
10
## [0.3.0] - 2025-05-21
11
- Jam codec support [#914](https://github.com/paritytech/parity-common/pull/914)
12
bounded-collections/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bounded-collections"
3
-version = "0.3.0"
+version = "0.3.1"
description = "Bounded types and their supporting traits"
readme = "README.md"
rust-version = "1.79.0"
0 commit comments