From ad21e35450662e825b618c47e623137886e2a727 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:45:48 +0000 Subject: [PATCH] chore: release --- 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 892d8d7..f1d39c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aarty" -version = "0.7.0-alpha.4" +version = "0.7.0-alpha.5" dependencies = [ "cfg-if", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 950499f..275f21b 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 "]