From 2637af32ccac5f8232f5cf4984e9a93399ebc70d Mon Sep 17 00:00:00 2001 From: "armavica-s-release-app[bot]" <175903229+armavica-s-release-app[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 01:53:14 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1130a0..239a579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.3](https://github.com/Armavica/rebop/compare/v0.8.2...v0.8.3) - 2024-07-18 + +### Miscellaneous +- Use GitHub app to make release-plz trigger workflows + ## [0.8.2] -- 2024-07-17 Test release with release-plz. diff --git a/Cargo.lock b/Cargo.lock index fa232b9..2977c6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "rebop" -version = "0.8.2" +version = "0.8.3" dependencies = [ "criterion", "iai-callgrind", diff --git a/Cargo.toml b/Cargo.toml index d8fffc0..e26424c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebop" -version = "0.8.2" +version = "0.8.3" authors = ["Virgile Andreani "] edition = "2021" license = "MIT"