diff --git a/.changes/fix-separator-autorelease.md b/.changes/fix-separator-autorelease.md deleted file mode 100644 index 3c445599..00000000 --- a/.changes/fix-separator-autorelease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"muda": "patch" ---- - -On macOS, fixed autorelease from separator twice. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efaec14..1bce8baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.9.2] + +- [`45345ad`](https://www.github.com/tauri-apps/muda/commit/45345ad631187190799bdaea6f9f0d0d7e245d5e) On macOS, fixed autorelease from separator twice. + ## \[0.9.1] - [`c1fbde7`](https://www.github.com/tauri-apps/muda/commit/c1fbde72a83fdef579436f2fc7a55de77fa907c2)([#116](https://www.github.com/tauri-apps/muda/pull/116)) Added `AboutMetadata::from_cargo_metadata` and `AboutMetadataBuilder::with_cargo_metadata` to build the application metadata from Cargo package metadata. diff --git a/Cargo.toml b/Cargo.toml index 7ab60942..1a712ec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muda" -version = "0.9.1" +version = "0.9.2" description = "Menu Utilities for Desktop Applications" edition = "2021" keywords = [ "windowing", "menu" ]