chore: release (#31)

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: JasterV <49537445+JasterV@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2026-01-27 15:09:57 +01:00 committed by GitHub
parent d9001fc87e
commit 57381ca520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View file

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## `granc_core` - [0.5.0](https://github.com/JasterV/granc/compare/granc_core-v0.4.1...granc_core-v0.5.0) - 2026-01-27
- **Typestate design refactor**: The GrancClient has been refactored to support multiple states where invariants for each state are ensured by the compiler. ([#28](https://github.com/JasterV/granc/pull/28))
- The GrancClient can be in either a `WithServerReflection` state or a `WithFileDescriptor` state, and both states have independent APIs (Async vs sync).
## `granc` - [0.5.1](https://github.com/JasterV/granc/compare/granc-v0.5.0...granc-v0.5.1) - 2026-01-24
### Other

4
Cargo.lock generated
View file

@ -336,7 +336,7 @@ dependencies = [
[[package]]
name = "granc"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"clap",
"colored",
@ -347,7 +347,7 @@ dependencies = [
[[package]]
name = "granc_core"
version = "0.4.1"
version = "0.5.0"
dependencies = [
"echo-service",
"futures-util",

View file

@ -11,7 +11,7 @@ publish = true
readme = "README.md"
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.4.1"
version = "0.5.0"
[lib]
name = "granc_core"