Forráskód Böngészése

Apply Version Updates From Current Changes (v1) (#7924)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
github-actions[bot] 1 éve
szülő
commit
a3277a245c

+ 0 - 5
.changes/bump-tauri-build-1.5.md

@@ -1,5 +0,0 @@
----
-"tauri-build": minor:changes
----
-
-Bump to 1.5 due to tauri-utils dependency bump.

+ 6 - 0
core/tauri-build/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[1.5.0]
+
+### What's Changed
+
+- [`d1e09da0`](https://www.github.com/tauri-apps/tauri/commit/d1e09da084b849b9e384fc27ed250dd17e72c7a3)([#7918](https://www.github.com/tauri-apps/tauri/pull/7918)) Bump to 1.5 due to tauri-utils dependency bump.
+
 ## \[1.4.1]
 
 ### Bug Fixes

+ 1 - 1
core/tauri-build/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-build"
-version = "1.4.1"
+version = "1.5.0"
 authors = [ "Tauri Programme within The Commons Conservancy" ]
 categories = [ "gui", "web-programming" ]
 license = "Apache-2.0 OR MIT"

+ 1 - 1
tooling/cli/metadata.json

@@ -4,5 +4,5 @@
     "node": ">= 10.0.0"
   },
   "tauri": "1.5.0",
-  "tauri-build": "1.4.1"
+  "tauri-build": "1.5.0"
 }