chore: release minor `reqwest-middleware` 🚀

pull/151/head
Ethan Brierley 2024-05-07 11:41:33 +01:00
parent fa84b1fd41
commit 620b089db1
2 changed files with 4 additions and 1 deletions

View File

@ -6,12 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.3.1]
### Fixed ### Fixed
- Included license files in crates - Included license files in crates
- Fix logging of User-Agent header in reqwest-tracing - Fix logging of User-Agent header in reqwest-tracing
### Added ### Added
- Added `with_retry_log_level` to `RetryTransientMiddleware` in reqwest-retry - Added `with_retry_log_level` to `RetryTransientMiddleware` in reqwest-retry
- Added `ClientBuilder::from_client`
## [0.3.0] - 2024-04-10 ## [0.3.0] - 2024-04-10

View File

@ -1,6 +1,6 @@
[package] [package]
name = "reqwest-middleware" name = "reqwest-middleware"
version = "0.3.0" version = "0.3.1"
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"] authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
edition = "2018" edition = "2018"
description = "Wrapper around reqwest to allow for client middleware chains." description = "Wrapper around reqwest to allow for client middleware chains."