Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
- Added `CatchPanic` middleware which catches panics and converts them
  into `500 Internal Server` responses ([#214])

[#214]: #214
  • Loading branch information
davidpdrsn committed Mar 5, 2022
1 parent bcc5470 commit 1489aa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions tower-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Added

- Added `CatchPanic` middleware which catches panics and converts them
into `500 Internal Server` responses
- None.

## Changed

Expand All @@ -24,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- None.

# 0.2.4 (March 5, 2022)

- Added `CatchPanic` middleware which catches panics and converts them
into `500 Internal Server` responses ([#214])

[#214]: https://github.com/tower-rs/tower-http/pull/214

# 0.2.3 (February 18, 2022)

## Changed
Expand Down
2 changes: 1 addition & 1 deletion tower-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tower-http"
description = "Tower middleware and utilities for HTTP clients and servers"
version = "0.2.3"
version = "0.2.4"
authors = ["Tower Maintainers <team@tower-rs.com>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 1489aa5

Please sign in to comment.