From 142ef9cb9691ed378f78ee0c07f3aec3cf713e41 Mon Sep 17 00:00:00 2001 From: "rustic-release-plz[bot]" <182542030+rustic-release-plz[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:27:44 +0200 Subject: [PATCH] chore: release v0.2.1 (#23) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `aes256ctr_poly1305aes`: 0.2.0 -> 0.2.1 (✓ API compatible changes)
Changelog

## [0.2.1](https://github.com/rustic-rs/aes256ctr_poly1305aes/compare/v0.2.0...v0.2.1) - 2024-10-03 ### Fixed - *(ci)* remove unmaintained `actions-rs` ci actions ### Other - *(deps)* update marcoieni/release-plz-action digest to 5c48341 ([#27](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/27)) - generate lockfile in ci for rustsec/audit-check ([#28](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/28)) - add triage label to new issues only if no label has been set when creating it ([#25](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/25)) - *(deps)* fix cargo-deny config ([#26](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/26)) - *(deps)* update actions ([#24](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/24)) - ignore CHANGELOG.md in dprint formatting - *(deps)* Update renovate.json - use release-plz - break old ci jobs when new commits are pushed so we don't fill up the queue - don't let renovate rebase PRs to circumvent resource exhaustion issues - add project-related shared cache key - *(deps)* update swatinem/rust-cache digest to 23bce25 ([#20](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/20)) - *(deps)* update embarkstudios/cargo-deny-action digest to 2fad080 ([#19](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/19)) - *(deps)* update taiki-e/install-action digest to 3ed9916 ([#18](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/18)) - *(deps)* update taiki-e/install-action digest to f34807f ([#17](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/17)) - *(deps)* update taiki-e/install-action digest to 56ab793 ([#16](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/16)) - *(deps)* update taiki-e/install-action digest to fea51d0 ([#15](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/15)) - dprint fmt - activate automerge for github action digest update - activate automerge for github action digest update - *(deps)* update taiki-e/install-action digest to b59252d ([#14](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/14)) - *(deps)* update taiki-e/install-action digest to 57fbff3 ([#13](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/13)) - *(deps)* update taiki-e/install-action digest to 2b8d4e0 ([#12](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/12)) - *(deps)* update taiki-e/install-action digest to a1f180f ([#11](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/11)) - *(deps)* update taiki-e/install-action digest to c264868 ([#10](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/10)) - dprint fmt - update rustsec/audit-check - update taiki-e/install-action - update dtolnay/rust-toolchain - Set MSRV to 1.60.0 - Run actions that need secrets.GITHUB_TOKEN only on rustic-rs org

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com> --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb072a7..01f4713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,46 @@ All notable changes to this project will be documented in this file. +## [0.2.1](https://github.com/rustic-rs/aes256ctr_poly1305aes/compare/v0.2.0...v0.2.1) - 2024-10-03 + +### Fixed + +- *(ci)* remove unmaintained `actions-rs` ci actions + +### Other + +- *(deps)* update marcoieni/release-plz-action digest to 5c48341 ([#27](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/27)) +- generate lockfile in ci for rustsec/audit-check ([#28](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/28)) +- add triage label to new issues only if no label has been set when creating it ([#25](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/25)) +- *(deps)* fix cargo-deny config ([#26](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/26)) +- *(deps)* update actions ([#24](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/24)) +- ignore CHANGELOG.md in dprint formatting +- *(deps)* Update renovate.json +- use release-plz +- break old ci jobs when new commits are pushed so we don't fill up the queue +- don't let renovate rebase PRs to circumvent resource exhaustion issues +- add project-related shared cache key +- *(deps)* update swatinem/rust-cache digest to 23bce25 ([#20](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/20)) +- *(deps)* update embarkstudios/cargo-deny-action digest to 2fad080 ([#19](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/19)) +- *(deps)* update taiki-e/install-action digest to 3ed9916 ([#18](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/18)) +- *(deps)* update taiki-e/install-action digest to f34807f ([#17](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/17)) +- *(deps)* update taiki-e/install-action digest to 56ab793 ([#16](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/16)) +- *(deps)* update taiki-e/install-action digest to fea51d0 ([#15](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/15)) +- dprint fmt +- activate automerge for github action digest update +- activate automerge for github action digest update +- *(deps)* update taiki-e/install-action digest to b59252d ([#14](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/14)) +- *(deps)* update taiki-e/install-action digest to 57fbff3 ([#13](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/13)) +- *(deps)* update taiki-e/install-action digest to 2b8d4e0 ([#12](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/12)) +- *(deps)* update taiki-e/install-action digest to a1f180f ([#11](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/11)) +- *(deps)* update taiki-e/install-action digest to c264868 ([#10](https://github.com/rustic-rs/aes256ctr_poly1305aes/pull/10)) +- dprint fmt +- update rustsec/audit-check +- update taiki-e/install-action +- update dtolnay/rust-toolchain +- Set MSRV to 1.60.0 +- Run actions that need secrets.GITHUB_TOKEN only on rustic-rs org + ## [0.2.0] - 2023-11-13 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 045c742..f77db16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aes256ctr_poly1305aes" -version = "0.2.0" +version = "0.2.1" authors = ["Alexander Weiss"] categories = ["cryptography", "no-std"] documentation = "https://docs.rs/aes256ctr-poly1305aes"