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 "]