From 605b2113cd24be06d32d7ec39476c9ca376fa21d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 10:51:48 +0000 Subject: [PATCH] chore: release v0.5.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a67fd3b..e541178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2](https://github.com/TrueLayer/retry-policies/compare/v0.5.1...v0.5.2) - 2026-05-09 + +### Other + +- Bump rand from 0.9.1 to 0.10.1 ([#32](https://github.com/TrueLayer/retry-policies/pull/32)) + ## [0.5.1](https://github.com/TrueLayer/retry-policies/compare/v0.5.0...v0.5.1) - 2025-05-14 ### Changed diff --git a/Cargo.toml b/Cargo.toml index a6269e0..a5f6812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retry-policies" -version = "0.5.1" +version = "0.5.2" authors = ["Luca Palmieri "] edition = "2018" description = "A collection of plug-and-play retry policies for Rust projects."