Skip to content

Commit bd473d1

Browse files
authored
const-oid v0.10.1 (#1754)
1 parent ea09a16 commit bd473d1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

const-oid/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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])

const-oid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "const-oid"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = """

0 commit comments

Comments
 (0)