diff --git a/.changes/instant.md b/.changes/instant.md deleted file mode 100644 index 03b2461d0..000000000 --- a/.changes/instant.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "minor" ---- - -Remove `instant` dependency, changed `StartCause::ResumeTimeReached`, `StartCause::WaitCancelled` and `ControlFlow::WaitUntil` to use `std::time::Instant` instead. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff3b34f8..d6f83b0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.31.0] + +- [`73741a75`](https://github.com/tauri-apps/tao/commit/73741a75409a93267947d92697616437ae4fccb8) ([#1008](https://github.com/tauri-apps/tao/pull/1008) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) Remove `instant` dependency, changed `StartCause::ResumeTimeReached`, `StartCause::WaitCancelled` and `ControlFlow::WaitUntil` to use `std::time::Instant` instead. + ## \[0.30.7] - [`97382238`](https://github.com/tauri-apps/tao/commit/97382238b218d66baf5693b6087b7bef2e66ec70) ([#1007](https://github.com/tauri-apps/tao/pull/1007) by [@amrbashir](https://github.com/tauri-apps/tao/../../amrbashir)) On Windows, fix `Window::set_inner_size` regression not handling borders correctly for undecorated window with shadows. diff --git a/Cargo.toml b/Cargo.toml index 3436f9996..f3915d83b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.30.7" +version = "0.31.0" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",