We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa9028 commit 84a9c82Copy full SHA for 84a9c82
CHANGELOG.md
@@ -2,9 +2,11 @@
2
3
## Unreleased
4
5
--
+[All Changes](https://github.com/trussed-dev/cosey/compare/v0.4.0...HEAD)
6
7
-[All Changes](https://github.com/trussed-dev/cosey/compare/v0.3.2...HEAD)
+## [v0.4.0](https://github.com/trussed-dev/cosey/releases/tag/v0.4.0)
8
+
9
+- Update `heapless-bytes` to 0.5.0 ([#15](https://github.com/trussed-dev/cosey/pull/15))
10
11
## [v0.3.2](https://github.com/trussed-dev/cosey/releases/tag/v0.3.2) (2025-02-26)
12
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "cosey"
-version = "0.3.2"
+version = "0.4.0"
authors = ["Nicolas Stalder <n@stalder.io>"]
license = "Apache-2.0 OR MIT"
description = "Data types and serde for public COSE_Keys"
0 commit comments