chore: release

This commit is contained in:
github-actions[bot] 2026-02-06 12:24:55 +00:00 committed by GitHub
commit 9466262144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View file

@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## `granc` - [0.7.1](https://github.com/JasterV/granc/compare/granc-v0.7.0...granc-v0.7.1) - 2026-02-06
### Other
- [feat] Generate markdown documentation for gRPC services ([#46](https://github.com/JasterV/granc/pull/46))
- *(deps)* bump clap from 4.5.55 to 4.5.56 ([#45](https://github.com/JasterV/granc/pull/45))
## `granc_core` - [0.6.1](https://github.com/JasterV/granc/compare/granc_core-v0.6.0...granc_core-v0.6.1) - 2026-02-06
### Other
- release ([#47](https://github.com/JasterV/granc/pull/47))
- [feat] Generate markdown documentation for gRPC services ([#46](https://github.com/JasterV/granc/pull/46))
## `granc_core` - [0.6.1](https://github.com/JasterV/granc/compare/granc_core-v0.6.0...granc_core-v0.6.1) - 2026-02-06
- Added `name`, `full_name`, and `package_name` methods to `Descriptor` to simplify access to descriptor metadata.

2
Cargo.lock generated
View file

@ -324,7 +324,7 @@ dependencies = [
[[package]]
name = "granc"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"clap",
"colored",

View file

@ -11,7 +11,7 @@ publish = true
readme = "../README.md"
repository = { workspace = true }
rust-version = { workspace = true }
version = "0.7.0"
version = "0.7.1"
[dependencies]
clap = { version = "4.5.56", features = ["derive"] }