Skip to content

Commit 635692d

Browse files
committed
v0.6.6
1 parent 359d997 commit 635692d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

tower-http/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# 0.6.6
9+
10+
## Fixed
11+
12+
- compression: fix panic when looking in vary header ([#578])
13+
14+
[#578]: https://github.com/tower-rs/tower-http/pull/578
15+
816
# 0.6.5
917

1018
## 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.5"
4+
version = "0.6.6"
55
authors = ["Tower Maintainers <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)