Skip to content

Commit 107fbc3

Browse files
Prepare release 0.4.0
1 parent 6aa9028 commit 107fbc3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## Unreleased
44

5-
-
5+
[All Changes](https://github.com/trussed-dev/cosey/compare/v0.4.0...HEAD)
66

7-
[All Changes](https://github.com/trussed-dev/cosey/compare/v0.3.2...HEAD)
7+
## [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))
810

911
## [v0.3.2](https://github.com/trussed-dev/cosey/releases/tag/v0.3.2) (2025-02-26)
1012

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cosey"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
authors = ["Nicolas Stalder <n@stalder.io>"]
55
license = "Apache-2.0 OR MIT"
66
description = "Data types and serde for public COSE_Keys"
@@ -28,5 +28,4 @@ quickcheck = "1.0.3"
2828
serde = "1"
2929

3030
[patch.crates-io]
31-
heapless-bytes = { git = "https://github.com/trussed-dev/heapless-bytes.git", branch = "heapless-0.9"}
32-
cbor-smol = { git = "https://github.com/trussed-dev/cbor-smol.git", branch = "heapless-0.9"}
31+
cbor-smol = { git = "https://github.com/trussed-dev/cbor-smol.git", rev = "60d7302513c86595d93bddfa083c25158b4531a3"}

0 commit comments

Comments
 (0)