diff --git a/Cargo.lock b/Cargo.lock index 9de2327..cf6b6d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "granc" -version = "0.2.1" +version = "0.2.2" dependencies = [ "clap", "echo-service", diff --git a/granc/CHANGELOG.md b/granc/CHANGELOG.md index 0060930..198b253 100644 --- a/granc/CHANGELOG.md +++ b/granc/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## `granc` - [0.2.2](https://github.com/JasterV/granc/compare/granc-v0.2.1...granc-v0.2.2) - 2026-01-21 + +### Other +- update README.md + ## `granc` - [0.2.1](https://github.com/JasterV/granc/compare/granc-v0.2.0...granc-v0.2.1) - 2026-01-21 ### Other diff --git a/granc/Cargo.toml b/granc/Cargo.toml index d58c9f3..86f01ad 100644 --- a/granc/Cargo.toml +++ b/granc/Cargo.toml @@ -11,7 +11,7 @@ publish = true readme = "README.md" repository = "https://github.com/JasterV/granc" rust-version = "1.89" -version = "0.2.1" +version = "0.2.2" default-run = "granc" [features]