mirror of
https://codeberg.org/JasterV/granc.git
synced 2026-04-26 18:40:05 +00:00
chore: release
This commit is contained in:
parent
a8b012d6bc
commit
9466262144
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## `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.
|
- Added `name`, `full_name`, and `package_name` methods to `Descriptor` to simplify access to descriptor metadata.
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -324,7 +324,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "granc"
|
name = "granc"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"colored",
|
"colored",
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ publish = true
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
rust-version = { workspace = true }
|
rust-version = { workspace = true }
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.5.56", features = ["derive"] }
|
clap = { version = "4.5.56", features = ["derive"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue