mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 02:46:30 +00:00
chore: release minor reqwest-middleware
🚀
This commit is contained in:
parent
fa84b1fd41
commit
620b089db1
2 changed files with 4 additions and 1 deletions
|
@ -6,12 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.1]
|
||||
|
||||
### Fixed
|
||||
- Included license files in crates
|
||||
- Fix logging of User-Agent header in reqwest-tracing
|
||||
|
||||
### Added
|
||||
- Added `with_retry_log_level` to `RetryTransientMiddleware` in reqwest-retry
|
||||
- Added `ClientBuilder::from_client`
|
||||
|
||||
## [0.3.0] - 2024-04-10
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "reqwest-middleware"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
|
||||
edition = "2018"
|
||||
description = "Wrapper around reqwest to allow for client middleware chains."
|
||||
|
|
Loading…
Reference in a new issue