Release v0.3.2

This commit is contained in:
Robin Krahl
2025-02-25 22:17:09 +01:00
parent 2388e31288
commit ff122ad3a5
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -4,7 +4,15 @@
-
[All Changes](https://github.com/trussed-dev/cosey/compare/v0.3.1...HEAD)
[All Changes](https://github.com/trussed-dev/cosey/compare/v0.3.2...HEAD)
## [v0.3.2](https://github.com/trussed-dev/cosey/releases/tag/v0.3.2) (2025-02-26)
### Added
- Implement `Deserialize` for `PublicKey` ([#12](https://github.com/trussed-dev/cosey/pull/12))
[All Changes](https://github.com/trussed-dev/cosey/compare/v0.3.1...v0.3.2)
## [v0.3.1](https://github.com/trussed-dev/cosey/releases/tag/v0.3.1) (2024-06-03)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "cosey"
version = "0.3.1"
version = "0.3.2"
authors = ["Nicolas Stalder <n@stalder.io>"]
license = "Apache-2.0 OR MIT"
description = "Data types and serde for public COSE_Keys"