From 0584817ae40b9762b679503d1b0f47fa726f2e7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:15:11 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca2e46..0002c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. > this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [unreleased] +## [0.7.0-alpha.3](https://github.com/0x61nas/aarty/compare/v0.7.0-alpha.2...v0.7.0-alpha.3) - 2024-03-11 + +### Other +- Merge branch 'aurora' into chore/git-cliff +- *(changelog)* introduce the changelog + ### ⚙️ Miscellaneous Tasks - *(cliff)* Setup git-cliff diff --git a/Cargo.lock b/Cargo.lock index 539c1a7..0ecca3f 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.3" dependencies = [ "cfg-if", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 8bd0fa5..90bf6b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarty" -version = "0.7.0-alpha.2" +version = "0.7.0-alpha.3" edition = "2021" rust-version = "1.70" authors = ["Anas Elgarhy "]