From eb12461f3607750ce584fde810b2ea0d95cf3711 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 30 Jul 2022 12:54:22 -0600 Subject: [PATCH] deoxys v0.1.0 --- Cargo.lock | 2 +- deoxys/CHANGELOG.md | 16 ++++++++++++++++ deoxys/Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b10166ca..fe698bf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,7 +277,7 @@ dependencies = [ [[package]] name = "deoxys" -version = "0.1.0-pre.1" +version = "0.1.0" dependencies = [ "aead", "aes", diff --git a/deoxys/CHANGELOG.md b/deoxys/CHANGELOG.md index 584a8116..359b640c 100644 --- a/deoxys/CHANGELOG.md +++ b/deoxys/CHANGELOG.md @@ -4,6 +4,22 @@ 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.1.0 (2022-07-30) +### Added +- `getrandom` feature ([#446]) + +### Changed +- Relax `subtle` and `zeroize` requirements ([#360]) +- Rust 2021 edition upgrade; MSRV 1.56+ ([#435]) +- Bump `aead` crate dependency to v0.5 ([#444]) +- Bump `aes` dependency to v0.8 ([#450]) + +[#360]: https://github.com/RustCrypto/AEADs/pull/360 +[#435]: https://github.com/RustCrypto/AEADs/pull/435 +[#444]: https://github.com/RustCrypto/AEADs/pull/444 +[#446]: https://github.com/RustCrypto/AEADs/pull/446 +[#450]: https://github.com/RustCrypto/AEADs/pull/450 + ## 0.0.2 (2021-07-20) ### Changed - Pin `zeroize` dependency to v1.3 and `subtle` to v2.4 ([#349]) diff --git a/deoxys/Cargo.toml b/deoxys/Cargo.toml index 4d5baa5f..82dabde4 100644 --- a/deoxys/Cargo.toml +++ b/deoxys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deoxys" -version = "0.1.0-pre.1" +version = "0.1.0" description = """ Pure Rust implementation of the Deoxys Authenticated Encryption with Associated Data (AEAD) cipher, including the Deoxys-II variant which was selected by the