Skip to content

Commit

Permalink
chore: prepare release 🚀
Browse files Browse the repository at this point in the history
Prepare release of:
- reqwest-middleware 0.3.2 -> 0.3.3
- reqwest-tracing 0.5.2 -> 0.5.3
- reqwest-retry 0.6.0 -> 0.6.1
  • Loading branch information
eopb committed Aug 9, 2024
1 parent 47f5232 commit 603ef97
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
5 changes: 5 additions & 0 deletions reqwest-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.3] - 2024-07-08

### Added
- Implemented `Default` on `ClientWithMiddleware` ([#179](https://github.com/TrueLayer/reqwest-middleware/pull/179))

## [0.3.2] - 2024-06-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion reqwest-middleware/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reqwest-middleware"
version = "0.3.2"
version = "0.3.3"
authors = ["Rodrigo Gryzinski <[email protected]>"]
edition = "2018"
description = "Wrapper around reqwest to allow for client middleware chains."
Expand Down
5 changes: 5 additions & 0 deletions reqwest-retry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1] - 2024-08-08

### Added
- Removed dependency on `chrono` ([#170](https://github.com/TrueLayer/reqwest-middleware/pull/170))

## [0.6.0] - 2024-06-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion reqwest-retry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reqwest-retry"
version = "0.6.0"
version = "0.6.1"
authors = ["Rodrigo Gryzinski <[email protected]>"]
edition = "2018"
description = "Retry middleware for reqwest."
Expand Down
8 changes: 8 additions & 0 deletions reqwest-tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.5.2] - 2024-07-15

### Added
- Added support for OpenTelemetry `0.24` ([#171](https://github.com/TrueLayer/reqwest-middleware/pull/171))

### Fixed
- Fixed, `deprecated_attributes` feature, failing to compile ([#172](https://github.com/TrueLayer/reqwest-middleware/pull/172))

## [0.5.2] - 2024-07-15

### Added
- Added feature flag, `deprecated_attributes`, for emitting [deprecated opentelemetry HTTP attributes](https://opentelemetry.io/docs/specs/semconv/http/migration-guide/) alongside the stable ones used by default

Expand Down
2 changes: 1 addition & 1 deletion reqwest-tracing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reqwest-tracing"
version = "0.5.2"
version = "0.5.3"
authors = ["Rodrigo Gryzinski <[email protected]>"]
edition = "2018"
description = "Opentracing middleware for reqwest."
Expand Down

0 comments on commit 603ef97

Please sign in to comment.