Skip to content

Commit

Permalink
release: v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hmrman committed Jul 28, 2023
1 parent 35453f0 commit 83cad46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.2.2] - 2023-07-28

### Features

- Add doc_cfg for feature-specific items

## [0.2.1] - 2023-07-12

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "situwaition"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "Run a closure continuously, until is succeeds or times out."
license = "MIT"
Expand Down Expand Up @@ -48,4 +48,4 @@ tokio = { version = "1.29.1", features = [ "time", "rt", "macros", "rt-multi-thr
thiserror = "1.0.40"

[package.metadata.docs.rs]
all-features = true
all-features = true

0 comments on commit 83cad46

Please sign in to comment.