From 40b898868db7f95ffa7ed2f7433379143374b570 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:50:50 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b344f1e..6d34f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. > [!Note] > this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + ## [0.7.0-alpha.4] - 2024-03-11 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 539c1a7..86c2c88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aarty" -version = "0.7.0-alpha.2" +version = "0.7.0-alpha.5" dependencies = [ "cfg-if", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 41441d8..75b9ff1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarty" -version = "0.7.0-alpha.4" +version = "0.7.0-alpha.5" edition = "2021" rust-version = "1.70" authors = ["Anas Elgarhy "]