We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2291d commit fe65b6dCopy full SHA for fe65b6d
library/ic-certified-map/CHANGELOG.md
@@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## [0.4.1] - 2025-09-05
10
+
11
### Added
-- Implement CandidType, Serialize, and Deserialize for the RbTree.
-- Implement Deserialize for the HashTree.
12
+- Implement `CandidType`, `Serialize`, and `Deserialize` for the `RbTree`.
13
+- Implement `Deserialize` for the `HashTree`.
14
15
## [0.4.0] - 2023-07-13
16
library/ic-certified-map/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ic-certified-map"
3
-version = "0.4.0"
+version = "0.4.1"
4
authors.workspace = true
5
edition.workspace = true
license.workspace = true
0 commit comments