File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ 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.10.1 (2025-04-08)
8+ ### Added
9+ - RFC9688 OIDs ([ #1692 ] )
10+
11+ ### Fixed
12+ - Encoder ` base128_len ` calculation ([ #1753 ] )
13+
14+ [ #1692 ] : https://github.com/RustCrypto/formats/pull/1692
15+ [ #1753 ] : https://github.com/RustCrypto/formats/pull/1753
16+
717## 0.10.0 (2025-02-24)
818### Added
919- ` ObjectIdentifier::starts_with ` ([ #964 ] )
Original file line number Diff line number Diff line change 11[package ]
22name = " const-oid"
3- version = " 0.10.0 "
3+ version = " 0.10.1 "
44authors = [" RustCrypto Developers" ]
55license = " Apache-2.0 OR MIT"
66description = """
You can’t perform that action at this time.
0 commit comments