Skip to content

Commit

Permalink
Minor (breaking) release 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Mar 4, 2024
1 parent 38dc48a commit facc517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.0] - 2024-03-04
- [Breaking] Implement `RetryPolicy` for `ExponentialBackoffTimed`, which requires a modification to the `should_retry` method of
`RetryPolicy` in order to pass the time at which the task (original request) was started.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "retry-policies"
version = "0.2.1"
version = "0.3.0"
authors = ["Luca Palmieri <[email protected]>"]
edition = "2018"
description = "A collection of plug-and-play retry policies for Rust projects."
Expand Down

0 comments on commit facc517

Please sign in to comment.