From b4c6142b393bd80c93a282cb160425eebcdbe224 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 12:26:08 -0500 Subject: [PATCH] apply version updates (#999) Co-authored-by: jbolda --- .changes/995-xcode-path.md | 5 ----- .changes/998-bundler-newline.md | 5 ----- cli/tauri-bundler/CHANGELOG.md | 7 +++++++ cli/tauri-bundler/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changes/995-xcode-path.md delete mode 100644 .changes/998-bundler-newline.md diff --git a/.changes/995-xcode-path.md b/.changes/995-xcode-path.md deleted file mode 100644 index a3541ad30..000000000 --- a/.changes/995-xcode-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-bundler": patch ---- - -Improve checking for Xcode command line tools to allow builds on mac diff --git a/.changes/998-bundler-newline.md b/.changes/998-bundler-newline.md deleted file mode 100644 index c338226cf..000000000 --- a/.changes/998-bundler-newline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-bundler": patch ---- - -add a newline after Categories in deb .desktop file generation to fix issues #899 and #925. diff --git a/cli/tauri-bundler/CHANGELOG.md b/cli/tauri-bundler/CHANGELOG.md index 66e4132f8..d20e5abb6 100644 --- a/cli/tauri-bundler/CHANGELOG.md +++ b/cli/tauri-bundler/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.3] + +- Improve checking for Xcode command line tools to allow builds on mac + - [7a788fd](https://www.github.com/tauri-apps/tauri/commit/7a788fdceebc2bf6b7b46ebe54e98597d4a71529) fix: improve checking for Rez (fix [#994](https://www.github.com/tauri-apps/tauri/pull/994)) ([#995](https://www.github.com/tauri-apps/tauri/pull/995)) on 2020-08-28 +- add a newline after Categories in deb .desktop file generation to fix issues #899 and #925. + - [37bcf5f](https://www.github.com/tauri-apps/tauri/commit/37bcf5fea154bdefbca2692b69aafaabba8c23e2) fix(bundler) missing newline in deb desktop file generation (fix: [#899](https://www.github.com/tauri-apps/tauri/pull/899), [#925](https://www.github.com/tauri-apps/tauri/pull/925)) ([#998](https://www.github.com/tauri-apps/tauri/pull/998)) on 2020-08-27 + ## [0.9.2] - Bump all deps as noted in #975, #976, #977, #978, and #979. diff --git a/cli/tauri-bundler/Cargo.toml b/cli/tauri-bundler/Cargo.toml index 2422f2469..929a7768e 100644 --- a/cli/tauri-bundler/Cargo.toml +++ b/cli/tauri-bundler/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "tauri-bundler" -version = "0.9.2" +version = "0.9.3" authors = [ "George Burton ", "Lucas Fernandes Gonçalves Nogueira ",