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