chore: release v0.3.1 (#22)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-01-22 15:49:31 +01:00 committed by GitHub
commit efe41e1155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 3 deletions

View file

@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## `granc` - [0.3.1](https://github.com/JasterV/granc/compare/granc-v0.3.0...granc-v0.3.1) - 2026-01-22
### Other
- update Cargo.lock dependencies
## `granc_core` - [0.3.1](https://github.com/JasterV/granc/compare/granc_core-v0.3.0...granc_core-v0.3.1) - 2026-01-22
### Other
- update granc-core documentation
## `granc_core` - [0.3.0](https://github.com/JasterV/granc/compare/granc_core-v0.2.4...granc_core-v0.3.0) - 2026-01-22 ## `granc_core` - [0.3.0](https://github.com/JasterV/granc/compare/granc_core-v0.2.4...granc_core-v0.3.0) - 2026-01-22
- Separate reflection generation binary to not be published ([#20](https://github.com/JasterV/granc/pull/20)) - Separate reflection generation binary to not be published ([#20](https://github.com/JasterV/granc/pull/20))

4
Cargo.lock generated
View file

@ -327,7 +327,7 @@ dependencies = [
[[package]] [[package]]
name = "granc" name = "granc"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"clap", "clap",
"granc_core 0.2.4", "granc_core 0.2.4",
@ -365,7 +365,7 @@ dependencies = [
[[package]] [[package]]
name = "granc_core" name = "granc_core"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"echo-service", "echo-service",
"futures-util", "futures-util",

View file

@ -9,7 +9,7 @@ homepage = "https://github.com/JasterV/granc"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/JasterV/granc" repository = "https://github.com/JasterV/granc"
rust-version = "1.89" rust-version = "1.89"
version = "0.3.0" version = "0.3.1"
[workspace.dependencies] [workspace.dependencies]
serde_json = "1.0.149" serde_json = "1.0.149"