Browse Source

apply version updates (#999)

Co-authored-by: jbolda <me@jacobbolda.com>
github-actions[bot] 5 years ago
parent
commit
b4c6142b39

+ 0 - 5
.changes/995-xcode-path.md

@@ -1,5 +0,0 @@
----
-"tauri-bundler": patch
----
-
-Improve checking for Xcode command line tools to allow builds on mac

+ 0 - 5
.changes/998-bundler-newline.md

@@ -1,5 +0,0 @@
----
-"tauri-bundler": patch
----
-
-add a newline after Categories in deb .desktop file generation to fix issues #899 and #925.

+ 7 - 0
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.

+ 1 - 1
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 <burtonageo@gmail.com>",
   "Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",