From bab200c34e66b27b0087467d659e5692a5843846 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Mon, 6 Jun 2022 18:12:47 +0200 Subject: [PATCH] Release 0.3.4 (#273) --- tower-http/CHANGELOG.md | 16 +++++++++++----- tower-http/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/tower-http/CHANGELOG.md b/tower-http/CHANGELOG.md index 684b147e..020c0d06 100644 --- a/tower-http/CHANGELOG.md +++ b/tower-http/CHANGELOG.md @@ -9,11 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Added -- Add `Timeout` middleware ([#270]) -- Add `RequestBodyLimit` middleware ([#271]) - -[#270]: https://github.com/tower-rs/tower-http/pull/270 -[#271]: https://github.com/tower-rs/tower-http/pull/271 +- None. ## Changed @@ -27,6 +23,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None. +# 0.3.4 (June 06, 2022) + +## Added + +- Add `Timeout` middleware ([#270]) +- Add `RequestBodyLimit` middleware ([#271]) + +[#270]: https://github.com/tower-rs/tower-http/pull/270 +[#271]: https://github.com/tower-rs/tower-http/pull/271 + # 0.3.3 (May 08, 2022) ## Added diff --git a/tower-http/Cargo.toml b/tower-http/Cargo.toml index 3633e121..a569fea4 100644 --- a/tower-http/Cargo.toml +++ b/tower-http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tower-http" description = "Tower middleware and utilities for HTTP clients and servers" -version = "0.3.3" +version = "0.3.4" authors = ["Tower Maintainers "] edition = "2018" license = "MIT"