Skip to content

Commit 77ae8d5

Browse files
chore(twirp): release v0.9.1 (#236)
* chore(twirp): release v0.9.1 * modify changelog for clarity --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sam Cutler <itsibitzi@github.com>
1 parent d58d30f commit 77ae8d5

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/twirp/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.1](https://github.com/github/twirp-rs/compare/twirp-v0.9.0...twirp-v0.9.1) - 2025-08-14
11+
12+
### Fixed
13+
14+
- Preserve HTTP version in twirp client response ([#235](https://github.com/github/twirp-rs/pull/235))
15+
16+
### Other
17+
18+
- Bump tokio from 1.46.1 to 1.47.1 ([#231](https://github.com/github/twirp-rs/pull/231))
19+
1020
## [0.9.0](https://github.com/github/twirp-rs/compare/twirp-build-v0.8.0...twirp-build-v0.9.0) - 2025-07-31
1121

1222
### Breaking
@@ -34,7 +44,7 @@ let twirp_routes = Router::new()
3444
.nest(haberdash::SERVICE_FQN, haberdash::router(api_impl));
3545
```
3646

37-
This is unnecessary in 0.9.0 (the generated `router` function for each service does that for you). Instead, you would write:
47+
This is unnecessary in 0.9.0 (the generated `router` function for each service does that for you). Instead, you would write:
3848

3949
``` rust
4050
let twirp_routes = haberdash::router(api_impl);

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.0"
3+
version = "0.9.1"
44
edition = "2021"
55
description = "An async-compatible library for Twirp RPC in Rust."
66
readme = "README.md"

0 commit comments

Comments
 (0)