From b8f053cc977d817e748890e168e74d86835f95a4 Mon Sep 17 00:00:00 2001 From: codito Date: Sat, 8 Aug 2026 09:23:40 +0530 Subject: [PATCH] chore(master): release arey 0.0.8 --- .release-please-manifest.json | 2 +- Cargo.lock | 2 +- crates/arey/CHANGELOG.md | 7 +++++++ crates/arey/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d0e64c..34d1771 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "crates/arey": "0.0.7" + "crates/arey": "0.0.8" } diff --git a/Cargo.lock b/Cargo.lock index 0afdf5f..a285eca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" [[package]] name = "arey" -version = "0.0.7" +version = "0.0.8" dependencies = [ "anyhow", "arey-core", diff --git a/crates/arey/CHANGELOG.md b/crates/arey/CHANGELOG.md index 5dbc133..cf863b0 100644 --- a/crates/arey/CHANGELOG.md +++ b/crates/arey/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.8](https://github.com/codito/arey/compare/arey-v0.0.7...arey-v0.0.8) (2026-08-08) + + +### Bug Fixes + +* lint errors ([#210](https://github.com/codito/arey/issues/210)) ([2eb5c82](https://github.com/codito/arey/commit/2eb5c82e3aec7ac8d4f4e00c8b0ce52120d711de)) + ## [0.0.7](https://github.com/codito/arey/compare/arey-v0.0.6...arey-v0.0.7) (2025-10-04) diff --git a/crates/arey/Cargo.toml b/crates/arey/Cargo.toml index b7e7922..5bce28d 100644 --- a/crates/arey/Cargo.toml +++ b/crates/arey/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arey" -version = "0.0.7" +version = "0.0.8" edition.workspace = true [[bin]]