diff --git a/CHANGELOG.md b/CHANGELOG.md index 025951a..f6a4a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,5 @@ - 0.2.1 - Fixing the clippy warnings - fix: impl traits on SystemTime - Fix example inclusion +- 0.3.0 - Added new methods (`checked_duration_since`, `saturating_duration_since`, `checked_add` and `checked_sub`) methods. + - Fixed micro seconds precision lost issue diff --git a/Cargo.toml b/Cargo.toml index 6cf9bfe..f4cf2cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "wasmtimer" edition = "2021" description = "Time utils from std::time, tokio::time and tokio_util::time on WASM targets" -version = "0.2.1" +version = "0.3.0" authors = ["WhizSid ", "Pierre Krieger "] license = "MIT" repository = "https://github.com/whizsid/wasmtimer-rs"