Skip to content

Commit f8c3e48

Browse files
authored
chore: prepare release 🚀 (#165)
* chore: bump minor version for `reqwest-retry` Breaking change introduced in #155 * chore: bump patch version for `reqwest-middlware` * fix: `opentelemetry` item in wrong changelog * chore: bump patch version for `reqwest-tracing`
1 parent 524e044 commit f8c3e48

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.3.2] - 2024-06-28
10+
911
### Added
10-
- Added support for `opentelemetry` version `0.23`.
1112
- Added re-export of `reqwest`.
1213
- `http2`, `rustls-tls`, and `charset` features, which simply enable those features in `reqwest`.
1314

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.3.1"
3+
version = "0.3.2"
44
authors = ["Rodrigo Gryzinski <[email protected]>"]
55
edition = "2018"
66
description = "Wrapper around reqwest to allow for client middleware chains."

reqwest-retry/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.6.0] - 2024-06-28
10+
911
### Added
1012
- Added `with_retry_log_level` to `RetryTransientMiddleware`
1113

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.5.0"
3+
version = "0.6.0"
44
authors = ["Rodrigo Gryzinski <[email protected]>"]
55
edition = "2018"
66
description = "Retry middleware for reqwest."

reqwest-tracing/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
8+
## [Unreleased]
9+
10+
## [0.5.1] - 2024-06-28
11+
12+
### Added
13+
- Added support for `opentelemetry` version `0.23`.
14+
715
## [0.5.0] - 2024-04-10
816

917
### Breaking changes

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.5.0"
3+
version = "0.5.1"
44
authors = ["Rodrigo Gryzinski <[email protected]>"]
55
edition = "2018"
66
description = "Opentracing middleware for reqwest."

0 commit comments

Comments
 (0)