Skip to content

Commit

Permalink
Back to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-marco-tormento committed Oct 6, 2023
1 parent bd93b5c commit ac32ec1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2023-10-03
## [0.2.1] - 2023-10-03

### Added

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.3.0"
version = "0.2.1"
authors = ["Luca Palmieri <lpalmieri@truelayer.com>"]
edition = "2018"
description = "A collection of plug-and-play retry policies for Rust projects."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add `retry-policies` to your dependencies
```toml
[dependencies]
# ...
retry-policies = "0.3.0"
retry-policies = "0.2.1"
```

## License
Expand Down

0 comments on commit ac32ec1

Please sign in to comment.