Skip to content

Commit 0744f65

Browse files
chore: release (#274)
Co-authored-by: Jake Oliver <jake.oliver@truelayer.com>
1 parent 33e6be9 commit 0744f65

File tree

6 files changed

+29
-3
lines changed

6 files changed

+29
-3
lines changed

reqwest-middleware/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.5.1](https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-middleware-v0.5.0...reqwest-middleware-v0.5.1) - 2026-02-05
8+
9+
### Other
10+
11+
- Set changelog version for last release ([#268](https://github.com/TrueLayer/reqwest-middleware/pull/268))
12+
713
## [0.5.0] - 2026-01-07
814

915
### Changed

reqwest-middleware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest-middleware"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
55
edition = "2018"
66
description = "Wrapper around reqwest to allow for client middleware chains."

reqwest-retry/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.9.1](https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-retry-v0.9.0...reqwest-retry-v0.9.1) - 2026-02-05
8+
9+
### Fixed
10+
11+
- *(reqwest-retry)* drop instant by upgrading wasmtimer ([#254](https://github.com/TrueLayer/reqwest-middleware/pull/254))
12+
13+
### Other
14+
15+
- Set changelog version for last release ([#268](https://github.com/TrueLayer/reqwest-middleware/pull/268))
16+
717
## [0.9.0] - 2026-01-07
818

919
### Changed

reqwest-retry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest-retry"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
55
edition = "2018"
66
description = "Retry middleware for reqwest."

reqwest-tracing/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [0.7.0](https://github.com/TrueLayer/reqwest-middleware/compare/reqwest-tracing-v0.6.0...reqwest-tracing-v0.7.0) - 2026-02-05
9+
10+
### Added
11+
12+
- [**breaking**] support the opentelemetry 0.31 ([#272](https://github.com/TrueLayer/reqwest-middleware/pull/272))
13+
14+
### Other
15+
16+
- Set changelog version for last release ([#268](https://github.com/TrueLayer/reqwest-middleware/pull/268))
17+
818
## [0.6.0] - 2026-01-07
919

1020
### Changed

reqwest-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reqwest-tracing"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
55
edition = "2018"
66
description = "Opentracing middleware for reqwest."

0 commit comments

Comments
 (0)