Skip to content

Commit 101fa63

Browse files
authoredFeb 24, 2025··
chore: bump versions for release (#222)
1 parent 9fdba40 commit 101fa63

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed
 

Diff for: ‎reqwest-middleware/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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
## [Unreleased]
8+
9+
## [0.4.1] - 2025-02-24
10+
811
- Fixed wasm32 by disabling incompatible parts. On that target, `ClientWithMiddleware` is no longer
912
a Tower service and has no `ClientWithMiddleware::timeout` function.
1013

Diff for: ‎reqwest-middleware/Cargo.toml

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

Diff for: ‎reqwest-tracing/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.6] - 2025-02-24
11+
1012
### Added
1113
- Added support for OpenTelemetry `0.28` ([#215](https://github.com/TrueLayer/reqwest-middleware/pull/215))
1214

Diff for: ‎reqwest-tracing/Cargo.toml

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

0 commit comments

Comments
 (0)
Please sign in to comment.