From 053540c64825390be46ad4844735fe5904c93337 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Thu, 14 Dec 2023 16:11:05 -0800 Subject: [PATCH] const-oid: 0.9.6 Added - RFC 6962 OID (#1282) --- Cargo.lock | 2 +- const-oid/CHANGELOG.md | 6 ++++++ const-oid/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 196c364d4..f96fff6c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.5" +version = "0.9.6" dependencies = [ "arbitrary", "hex-literal", diff --git a/const-oid/CHANGELOG.md b/const-oid/CHANGELOG.md index d6e604dfd..f47c0c413 100644 --- a/const-oid/CHANGELOG.md +++ b/const-oid/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.9.6 (2023-12-14) +### Added +- RFC 6962 OID ([#1282]) + +[#1282]: https://github.com/RustCrypto/formats/pull/1282 + ## 0.9.5 (2023-08-02) ### Added - rfc8410 (curve25519) OIDS. ([#867]) diff --git a/const-oid/Cargo.toml b/const-oid/Cargo.toml index 90b6ad09e..368373d15 100644 --- a/const-oid/Cargo.toml +++ b/const-oid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-oid" -version = "0.9.5" +version = "0.9.6" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" description = """