Skip to content

Commit 3d3bb02

Browse files
authored
Release 0.5.0 (#437)
1 parent 04361b7 commit 3d3bb02

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

tower-http/CHANGELOG.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
## Changed
1515

16-
- Bump Minimum Supported Rust Version to 1.66 ([#433])
17-
- Update to http-body 1.0 ([#348])
18-
- Update to http 1.0 ([#348])
19-
- Preserve service error type in RequestDecompression ([#368])
16+
- None.
2017

2118
## Removed
2219

2320
- None.
2421

2522
## Fixed
2623

24+
- None.
25+
26+
# 0.5.0 (November 21, 2023)
27+
28+
## Changed
29+
30+
- Bump Minimum Supported Rust Version to 1.66 ([#433])
31+
- Update to http-body 1.0 ([#348])
32+
- Update to http 1.0 ([#348])
33+
- Preserve service error type in RequestDecompression ([#368])
34+
35+
## Fixed
36+
2737
- Accepts range headers with ranges where the end of range goes past the end of the document by bumping
2838
http-range-header to `0.4`
2939

tower-http/Cargo.toml

+1-1
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.4.4"
4+
version = "0.5.0"
55
authors = ["Tower Maintainers <team@tower-rs.com>"]
66
edition = "2018"
77
license = "MIT"

0 commit comments

Comments
 (0)