Skip to content

Commit 4bca529

Browse files
committed
v0.6.1
1 parent 9fdf0eb commit 4bca529

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.1
9+
10+
## Fixed
11+
12+
- **decompression:** reuse scratch buffer to significantly reduce allocations and improve performance ([#521])
13+
14+
[#521]: https://github.com/tower-rs/tower-http/pull/521
15+
816
# 0.6.0
917

1018
## Changed:

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

0 commit comments

Comments
 (0)