Skip to content

Commit

Permalink
release: v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hmrman committed Jul 30, 2023
1 parent 6f20154 commit 1b04428
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.3.3] - 2023-07-30

### Bug Fixes

- Nightly usage & feature flag specification
- Superfluous build.rs

### Documentation

- Add more cfg annotations for docs

### Miscellaneous Tasks

- Automate release tagging & publish to crates.io

## [0.3.2] - 2023-07-29

### Documentation
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 = "situwaition"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
description = "Run a closure continuously, until is succeeds or times out."
license = "MIT"
Expand Down

0 comments on commit 1b04428

Please sign in to comment.