File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
## Changed
15
15
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.
20
17
21
18
## Removed
22
19
23
20
- None.
24
21
25
22
## Fixed
26
23
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
+
27
37
- Accepts range headers with ranges where the end of range goes past the end of the document by bumping
28
38
http-range-header to ` 0.4 `
29
39
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tower-http"
3
3
description = " Tower middleware and utilities for HTTP clients and servers"
4
- version = " 0.4.4 "
4
+ version = " 0.5.0 "
5
5
authors = [" Tower Maintainers <team@tower-rs.com>" ]
6
6
edition = " 2018"
7
7
license = " MIT"
You can’t perform that action at this time.
0 commit comments