@@ -4,14 +4,38 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 0.8.0 (2026-04-03)
8+ ### Added
9+ - Implement ` Hash ` for ` AlgorithmIdentifier ` ([ #1414 ] )
10+ - ` der::Writer ` adapter for ` Digest ` ([ #1769 ] )
11+ - Implement ` core::error::Error ` for ` Error ` ([ #2274 ] )
12+
13+ ### Changed
14+ - Borrow the public key in ` spki::from_key ` ([ #1290 ] )
15+ - Upgrade to the 2024 edition; MSRV 1.85 ([ #1670 ] )
16+ - Bump ` der ` to v0.8 ([ #2234 ] )
17+ - Bump ` digest ` to v0.11 ([ #2237 ] )
18+ - Bump ` sha2 ` dependency to v0.11 ([ #2273 ] )
19+
20+ ### Fixed
21+ - ` OidUnknown ` reporting ([ #1378 ] )
22+
23+ [ #1290 ] : https://github.com/RustCrypto/formats/pull/1290
24+ [ #1378 ] : https://github.com/RustCrypto/formats/pull/1378
25+ [ #1414 ] : https://github.com/RustCrypto/formats/pull/1414
26+ [ #1670 ] : https://github.com/RustCrypto/formats/pull/1670
27+ [ #2234 ] : https://github.com/RustCrypto/formats/pull/2234
28+ [ #2237 ] : https://github.com/RustCrypto/formats/pull/2237
29+ [ #2273 ] : https://github.com/RustCrypto/formats/pull/2273
30+ [ #2274 ] : https://github.com/RustCrypto/formats/pull/2274
31+
732## 0.7.3 (2023-11-28)
833### Added
934- public key to ` SubjectPublicKeyInfoOwned ` helper ([ #1269 ] )
1035
1136[ #1269 ] : https://github.com/RustCrypto/formats/pull/1269
1237
1338## 0.7.2 (2023-05-04)
14-
1539### Added
1640- ` AlgorithmIdentifierWithOid ` trait ([ #986 ] )
1741- ` SignatureBitStringEncoding ` trait ([ #1047 ] )
0 commit comments