Skip to content

Commit e5c7e4c

Browse files
authored
const-oid v0.10.2 (#2163)
1 parent 8b9ae29 commit e5c7e4c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

const-oid/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.2 (2026-01-07)
8+
### Added
9+
- `ObjectIdentifier::from_bytes_sized` which ensures OIDs use all available space in the backing
10+
array ([#1852])
11+
- Microsoft and Kerberos OIDs ([#2035])
12+
13+
### Fixed
14+
- Switch from `doc_auto_cfg` to `doc_cfg` ([#2072])
15+
16+
[#1852]: https://github.com/RustCrypto/formats/pull/1852
17+
[#2035]: https://github.com/RustCrypto/formats/pull/2035
18+
[#2072]: https://github.com/RustCrypto/formats/pull/2072
19+
720
## 0.10.1 (2025-04-08)
821
### Added
922
- RFC9688 OIDs ([#1692])

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.1"
3+
version = "0.10.2"
44
authors = ["RustCrypto Developers"]
55
license = "Apache-2.0 OR MIT"
66
description = """

const-oid/LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020-2025 The RustCrypto Project Developers
1+
Copyright (c) 2020-2026 The RustCrypto Project Developers
22

33
Permission is hereby granted, free of charge, to any
44
person obtaining a copy of this software and associated

0 commit comments

Comments
 (0)