Skip to content

Commit

Permalink
chore: prepare release 馃殌 (#165)
Browse files Browse the repository at this point in the history
* 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`
  • Loading branch information
eopb committed Jun 28, 2024
1 parent 524e044 commit f8c3e48
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2024-06-28

### Added
- Added support for `opentelemetry` version `0.23`.
- Added re-export of `reqwest`.
- `http2`, `rustls-tls`, and `charset` features, which simply enable those features in `reqwest`.

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.1"
version = "0.3.2"
authors = ["Rodrigo Gryzinski <[email protected]>"]
edition = "2018"
description = "Wrapper around reqwest to allow for client middleware chains."
Expand Down
2 changes: 2 additions & 0 deletions reqwest-retry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2024-06-28

### Added
- Added `with_retry_log_level` to `RetryTransientMiddleware`

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.5.0"
version = "0.6.0"
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 @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]

## [0.5.1] - 2024-06-28

### Added
- Added support for `opentelemetry` version `0.23`.

## [0.5.0] - 2024-04-10

### Breaking changes
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.0"
version = "0.5.1"
authors = ["Rodrigo Gryzinski <[email protected]>"]
edition = "2018"
description = "Opentracing middleware for reqwest."
Expand Down

0 comments on commit f8c3e48

Please sign in to comment.