Skip to content

Commit 20a6915

Browse files
chore(twirp): release v0.10.1 (#265)
* chore(twirp): release v0.10.1 * change chage log --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sam Cutler <[email protected]>
1 parent a89fc3e commit 20a6915

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.1](https://github.com/github/twirp-rs/compare/twirp-v0.10.0...twirp-v0.10.1) - 2025-10-14
11+
12+
### Added
13+
14+
- Default headers work around ([#263](https://github.com/github/twirp-rs/pull/263))
15+
1016
## [0.10.0](https://github.com/github/twirp-rs/compare/twirp-v0.9.1...twirp-v0.9.2) - 2025-10-13
1117

1218
### Changed

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

0 commit comments

Comments
 (0)