From 42307279894aa6f355a4d4c561f168542a80e853 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 20 Nov 2023 20:50:41 -0700 Subject: [PATCH] sm2 v0.13.3 --- Cargo.lock | 2 +- sm2/CHANGELOG.md | 6 ++++++ sm2/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02cf90e8..d5bdc958 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1152,7 +1152,7 @@ dependencies = [ [[package]] name = "sm2" -version = "0.13.2" +version = "0.13.3" dependencies = [ "elliptic-curve", "hex-literal", diff --git a/sm2/CHANGELOG.md b/sm2/CHANGELOG.md index 680c189f..6714139a 100644 --- a/sm2/CHANGELOG.md +++ b/sm2/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.13.3 (2023-11-20) +### Added +- Impl `Randomized*Signer` for `sm2::dsa::SigningKey` ([#993]) + +[#993]: https://github.com/RustCrypto/elliptic-curves/pull/993 + ## 0.13.2 (2023-04-15) ### Changed - Factor out `distid` module ([#865]) diff --git a/sm2/Cargo.toml b/sm2/Cargo.toml index 1be331ea..2847f36c 100644 --- a/sm2/Cargo.toml +++ b/sm2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sm2" -version = "0.13.2" +version = "0.13.3" description = """ Pure Rust implementation of the SM2 elliptic curve as defined in the Chinese national standard GM/T 0003-2012 as well as ISO/IEC 14888. Includes support for