File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.5.2] ( https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-middleware-v0.5.1...reqwest-middleware-v0.5.2 ) - 2026-03-06
8+
9+ ### Added
10+
11+ - expose internal reqwest::Client as reference ([ #209 ] ( https://github.com/TrueLayer/reqwest-middleware/pull/209 ) )
12+
713## [ 0.5.1] ( https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-middleware-v0.5.0...reqwest-middleware-v0.5.1 ) - 2026-02-05
814
915### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " reqwest-middleware"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44authors = [" Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>" ]
55edition = " 2018"
66description = " Wrapper around reqwest to allow for client middleware chains."
You can’t perform that action at this time.
0 commit comments