Skip to content

Commit 8f8f5bb

Browse files
chore: release 0.10.0 (#262)
* chore: release * fix changelog and version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sam Cutler <[email protected]>
1 parent b51ab3a commit 8f8f5bb

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/twirp-build/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.0](https://github.com/github/twirp-rs/compare/twirp-build-v0.9.0...twirp-build-v0.9.1) - 2025-10-13
11+
12+
### Changed
13+
14+
- Use `parse_quote!` to make build time development easier ([#249](https://github.com/github/twirp-rs/pull/249))
15+
- update prost; prost-wkt[-build] doesn't have a release, yet ([#223](https://github.com/github/twirp-rs/pull/223))
16+
1017
## [0.9.0](https://github.com/github/twirp-rs/compare/twirp-build-v0.8.0...twirp-build-v0.9.0) - 2025-07-31
1118

1219
- See [the changelog for twirp](https://github.com/github/twirp-rs/blob/main/crates/twirp/CHANGELOG.md) for this release.

crates/twirp-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twirp-build"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
description = "Code generation for async-compatible Twirp RPC interfaces."
66
readme = "README.md"

crates/twirp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.0](https://github.com/github/twirp-rs/compare/twirp-v0.9.1...twirp-v0.9.2) - 2025-10-13
11+
12+
### Changed
13+
14+
- Move http client on twirp client build to it's own method. ([#261](https://github.com/github/twirp-rs/pull/261))
15+
- update prost; prost-wkt[-build] doesn't have a release, yet ([#223](https://github.com/github/twirp-rs/pull/223))
16+
1017
## [0.9.1](https://github.com/github/twirp-rs/compare/twirp-v0.9.0...twirp-v0.9.1) - 2025-08-14
1118

1219
### Fixed

crates/twirp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twirp"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
edition = "2021"
55
description = "An async-compatible library for Twirp RPC in Rust."
66
readme = "README.md"

0 commit comments

Comments
 (0)