diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7b00446 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 3.0.4 + +### Bug Fixes + +- Handle potential overflow gracefully ([#68](https://github.com/async-rs/futures-timer/pull/68)) + +### Changes + +- Upgrade dependencies ([#72](https://github.com/async-rs/futures-timer/pull/72)) +- cfg-gate wasm dependencies for wasm32 targets ([#75](https://github.com/async-rs/futures-timer/pull/75)) +- Fix compilation warnings ([#83](https://github.com/async-rs/futures-timer/pull/83)) + +## 3.0.3 + +Previous release before this changelog was started. diff --git a/Cargo.toml b/Cargo.toml index 6425508..3b62542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-timer" -version = "3.0.3" +version = "3.0.4" authors = ["Alex Crichton "] edition = "2018" license = "MIT/Apache-2.0"