From f8c3e487de0e33b089ab3f0d9c376aef8e291d6b Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Fri, 28 Jun 2024 10:43:04 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20prepare=20release=20=F0=9F=9A=80=20=20?= =?UTF-8?q?(#165)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: bump minor version for `reqwest-retry` Breaking change introduced in https://github.com/TrueLayer/reqwest-middleware/pull/155 * chore: bump patch version for `reqwest-middlware` * fix: `opentelemetry` item in wrong changelog * chore: bump patch version for `reqwest-tracing` --- CHANGELOG.md | 3 ++- reqwest-middleware/Cargo.toml | 2 +- reqwest-retry/CHANGELOG.md | 2 ++ reqwest-retry/Cargo.toml | 2 +- reqwest-tracing/CHANGELOG.md | 8 ++++++++ reqwest-tracing/Cargo.toml | 2 +- 6 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e5959..ec0dbf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/reqwest-middleware/Cargo.toml b/reqwest-middleware/Cargo.toml index 9063231..b80962c 100644 --- a/reqwest-middleware/Cargo.toml +++ b/reqwest-middleware/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-middleware" -version = "0.3.1" +version = "0.3.2" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Wrapper around reqwest to allow for client middleware chains." diff --git a/reqwest-retry/CHANGELOG.md b/reqwest-retry/CHANGELOG.md index 1190cbe..09778ae 100644 --- a/reqwest-retry/CHANGELOG.md +++ b/reqwest-retry/CHANGELOG.md @@ -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` diff --git a/reqwest-retry/Cargo.toml b/reqwest-retry/Cargo.toml index 9dd75d7..7d6aaa2 100644 --- a/reqwest-retry/Cargo.toml +++ b/reqwest-retry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-retry" -version = "0.5.0" +version = "0.6.0" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Retry middleware for reqwest." diff --git a/reqwest-tracing/CHANGELOG.md b/reqwest-tracing/CHANGELOG.md index ea3ebc9..31ba8f6 100644 --- a/reqwest-tracing/CHANGELOG.md +++ b/reqwest-tracing/CHANGELOG.md @@ -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 diff --git a/reqwest-tracing/Cargo.toml b/reqwest-tracing/Cargo.toml index f272d5f..3321b74 100644 --- a/reqwest-tracing/Cargo.toml +++ b/reqwest-tracing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-tracing" -version = "0.5.0" +version = "0.5.1" authors = ["Rodrigo Gryzinski "] edition = "2018" description = "Opentracing middleware for reqwest."