chore: release v0.2.0 (#10)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-01-21 13:33:23 +01:00 committed by GitHub
parent 8cc7003344
commit e5b1296ab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

2
Cargo.lock generated
View file

@ -327,7 +327,7 @@ dependencies = [
[[package]]
name = "granc"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"clap",
"echo-service",

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## `granc` - [0.2.0](https://github.com/JasterV/granc/compare/granc-v0.1.0...granc-v0.2.0) - 2026-01-21
### Other
- implement automatic reflection ([#9](https://github.com/JasterV/granc/pull/9))
- update README
## `granc` - 0.1.0 2026-01-20
### Added

View file

@ -11,7 +11,7 @@ publish = true
readme = "README.md"
repository = "https://github.com/JasterV/granc"
rust-version = "1.89"
version = "0.1.0"
version = "0.2.0"
default-run = "granc"
[features]