From 97f34c2f43509226865297af8445b84087c60ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Tue, 19 May 2026 18:51:18 +0100 Subject: [PATCH] Prepare v3.0.4 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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 3c3226c..1033eda 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"