From ab60f11823b5ce77d64cfc97db34116489a94dba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:22:48 +0000 Subject: [PATCH] chore: release v0.2.4 --- 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 0236c34..bdd7aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4](https://github.com/Isvane/mamoru/compare/v0.2.3...v0.2.4) - 2026-07-22 + +### Other + +- update README.md + ## [0.2.3](https://github.com/Isvane/mamoru/compare/v0.2.2...v0.2.3) - 2026-07-22 ### Added diff --git a/Cargo.lock b/Cargo.lock index f2adf25..5ffaeee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" [[package]] name = "mamoru" -version = "0.2.3" +version = "0.2.4" dependencies = [ "clap", "fuzzies", diff --git a/Cargo.toml b/Cargo.toml index 425ad0c..3b5ecbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mamoru" -version = "0.2.3" +version = "0.2.4" authors = ["Isvane "] description = "A blazing-fast Git hook spell checker that flags typos in commit messages using finite state transducers." repository = "https://github.com/Isvane/mamoru"