Skip to content

Commit 33166c8

Browse files
committed
v0.6.8
1 parent 6680160 commit 33166c8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

tower-http/CHANGELOG.md

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

88
# Unreleased
99

10+
# 0.6.8
11+
12+
## Fixed
13+
14+
- Disable `multiple_members` in Gzip decoder, since HTTP context only uses one
15+
member. ([#621])
16+
17+
[#621]: https://github.com/tower-rs/tower-http/pull/621
18+
1019
# 0.6.7
1120

1221
## Added

tower-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tower-http"
33
description = "Tower middleware and utilities for HTTP clients and servers"
4-
version = "0.6.7"
4+
version = "0.6.8"
55
authors = ["Tower Maintainers <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)