Skip to content

Commit 799113b

Browse files
github-actions[bot]jbr
authored andcommitted
chore(trillium-proxy): release v0.5.6
1 parent 6efec09 commit 799113b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

proxy/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.6](https://github.com/trillium-rs/trillium/compare/trillium-proxy-v0.5.5...trillium-proxy-v0.5.6) - 2026-02-27
10+
11+
### Fixed
12+
13+
- *(proxy)* Inappropriately stripped Connection / Upgrade in SwitchingProtocol
14+
915
## [0.5.5](https://github.com/trillium-rs/trillium/compare/trillium-proxy-v0.5.4...trillium-proxy-v0.5.5) - 2024-05-30
1016

1117
### Added

proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trillium-proxy"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
authors = ["Jacob Rothstein <hi@jbr.me>"]
55
edition = "2021"
66
description = "reverse proxy for trillium.rs"

0 commit comments

Comments
 (0)