From eb3533465b7803eb2d6f33b067610cd767020321 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 18:04:11 +0100 Subject: [PATCH] chore: release (#21) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd6ccb0..315c622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0](https://github.com/TrueLayer/retry-policies/compare/v0.3.0...v0.4.0) - 2024-05-10 + ### Changed - [Breaking] Replace `chrono` with standard library types diff --git a/Cargo.toml b/Cargo.toml index 8197697..9f803f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retry-policies" -version = "0.3.0" +version = "0.4.0" authors = ["Luca Palmieri "] edition = "2018" description = "A collection of plug-and-play retry policies for Rust projects." diff --git a/README.md b/README.md index c14d805..749d390 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add `retry-policies` to your dependencies ```toml [dependencies] # ... -retry-policies = "0.2.1" +retry-policies = "0.4.0" ``` ## License