From 340f4b759cba5c01a1d3338ca202b7d6b9cea47d Mon Sep 17 00:00:00 2001 From: gibbz00 Date: Fri, 27 Sep 2024 18:00:31 +0200 Subject: [PATCH] chore: prepare 0.1.4 release --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6d9be..1422b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4] - 2024-09-27 + +### Fixed + +- Suppress `RUSTSEC-2024-0370` `proc-macro-error` unmaintaned library advisory. + +### Changed + +- Update upstream dependencies. + ## [0.1.3] - 2024-06-20 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 55a9e40..1377704 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MPL-2.0" exclude = ["/.github"] edition = "2021" readme = "README.md" -version = "0.1.3" +version = "0.1.4" [workspace.dependencies] aes-gcm = { version = "0.10", features = ["std"] }