From b17e862266ae91b7d6aaebdde44f6dedb0fbeacc Mon Sep 17 00:00:00 2001 From: lucasfernog Date: Wed, 21 Aug 2024 10:53:48 +0000 Subject: [PATCH] publish new versions --- .changes/android-package-underscores.md | 6 ------ CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- tao-macros/CHANGELOG.md | 4 ++++ tao-macros/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 .changes/android-package-underscores.md diff --git a/.changes/android-package-underscores.md b/.changes/android-package-underscores.md deleted file mode 100644 index a4f9cc99bf..0000000000 --- a/.changes/android-package-underscores.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tao-macros": patch -"tao": patch ---- - -Allow Android domain names to include `_1` as escaped `_` characters - required because `_` is the separator for domain parts. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5253c36031..b11b2b956d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.29.1] + +- [`4cd53415`](https://github.com/tauri-apps/tao/commit/4cd534151a2d7a14ade906f960ec02655a91feae) ([#964](https://github.com/tauri-apps/tao/pull/964) by [@lucasfernog](https://github.com/tauri-apps/tao/../../lucasfernog)) Allow Android domain names to include `_1` as escaped `_` characters - required because `_` is the separator for domain parts. + ## \[0.29.0] - [`e67cf1b2`](https://github.com/tauri-apps/tao/commit/e67cf1b2826d32b8eb58f6d111271a1c42b62978) ([#941](https://github.com/tauri-apps/tao/pull/941) by [@Sanae6](https://github.com/tauri-apps/tao/../../Sanae6)) Prevent duplicate mouse press, release, and motion events from firing on Linux (fixes #939) diff --git a/Cargo.toml b/Cargo.toml index 7c3b926e2b..3bdd767727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.29.0" +version = "0.29.1" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy", diff --git a/tao-macros/CHANGELOG.md b/tao-macros/CHANGELOG.md index cf939f2df7..2fe0117a30 100644 --- a/tao-macros/CHANGELOG.md +++ b/tao-macros/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.1.3] + +- [`4cd53415`](https://github.com/tauri-apps/tao/commit/4cd534151a2d7a14ade906f960ec02655a91feae) ([#964](https://github.com/tauri-apps/tao/pull/964) by [@lucasfernog](https://github.com/tauri-apps/tao/../../lucasfernog)) Allow Android domain names to include `_1` as escaped `_` characters - required because `_` is the separator for domain parts. + ## \[0.1.2] - [`b7758314`](https://github.com/tauri-apps/tao/commit/b7758314abf8c6916c865d9b31eea5bd17b2fe16)([#780](https://github.com/tauri-apps/tao/pull/780)) Added support to lifetime parameters on `android_fn`. diff --git a/tao-macros/Cargo.toml b/tao-macros/Cargo.toml index 5db4f24e7c..98f973a14b 100644 --- a/tao-macros/Cargo.toml +++ b/tao-macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tao-macros" description = "Proc macros for tao" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = [ "Tauri Programme within The Commons Conservancy" ] rust-version = "1.56"