diff --git a/Cargo.lock b/Cargo.lock index 911c098f..7d8ed430 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,7 +181,7 @@ dependencies = [ [[package]] name = "ed25519" -version = "2.0.0" +version = "2.0.1" dependencies = [ "bincode", "ed25519-dalek", diff --git a/ed25519/CHANGELOG.md b/ed25519/CHANGELOG.md index af214b20..f3c27151 100644 --- a/ed25519/CHANGELOG.md +++ b/ed25519/CHANGELOG.md @@ -4,7 +4,13 @@ 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). -## 2.0.0 (2023-01-15) +## 2.0.1 (2023-01-21) +### Changed +- Make `Signature` parsing infallible ([#623]) + +[#623]: https://github.com/RustCrypto/signatures/pull/623 + +## 2.0.0 (2023-01-15) [YANKED] ### Added - `pkcs8` re-exports ([#589], [#590], [#591], [#592]) - `Signature::from_components` method ([#600]) diff --git a/ed25519/Cargo.toml b/ed25519/Cargo.toml index 7b95476f..06344e9f 100644 --- a/ed25519/Cargo.toml +++ b/ed25519/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ed25519" -version = "2.0.0" +version = "2.0.1" authors = ["RustCrypto Developers"] license = "Apache-2.0 OR MIT" description = """