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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
17
## 0.10.0 (2025-02-24)
8
18
### Added
9
19
- ` ObjectIdentifier::starts_with ` ([ #964 ] )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " const-oid"
3
- version = " 0.10.0 "
3
+ version = " 0.10.1 "
4
4
authors = [" RustCrypto Developers" ]
5
5
license = " Apache-2.0 OR MIT"
6
6
description = """
You can’t perform that action at this time.
0 commit comments