فهرست منبع

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

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 1 سال پیش
والد
کامیت
ae75004cee

+ 0 - 6
.changes/cli-downgrade-rust-minisign.md

@@ -1,6 +0,0 @@
----
-'tauri-cli': 'patch:bug'
-'@tauri-apps/cli': 'patch:bug'
----
-
-Downgraded `rust-minisign` to `0.7.3` to fix signing updater bundles with empty passwords.

+ 0 - 5
.changes/nsis-german.md

@@ -1,5 +0,0 @@
----
-'tauri-bundler': 'patch:enhance'
----
-
-Added German language support to the NSIS bundler.

+ 6 - 0
tooling/bundler/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[1.4.5]
+
+### Enhancements
+
+- [`cfe6fa6c`](https://www.github.com/tauri-apps/tauri/commit/cfe6fa6c91a8cc177d4665ba04dad32ba545159d)([#8061](https://www.github.com/tauri-apps/tauri/pull/8061)) Added German language support to the NSIS bundler.
+
 ## \[1.4.4]
 
 ### Enhancements

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -2,7 +2,7 @@ workspace = { }
 
 [package]
 name = "tauri-bundler"
-version = "1.4.4"
+version = "1.4.5"
 authors = [
   "George Burton <burtonageo@gmail.com>",
   "Tauri Programme within The Commons Conservancy"

+ 10 - 0
tooling/cli/CHANGELOG.md

@@ -1,5 +1,15 @@
 # Changelog
 
+## \[1.5.6]
+
+### Bug Fixes
+
+- [`5264e41d`](https://www.github.com/tauri-apps/tauri/commit/5264e41db3763e4c2eb0c3c21bd423fb7bece3e2)([#8082](https://www.github.com/tauri-apps/tauri/pull/8082)) Downgraded `rust-minisign` to `0.7.3` to fix signing updater bundles with empty passwords.
+
+### Dependencies
+
+- Upgraded to `tauri-bundler@1.4.5`
+
 ## \[1.5.5]
 
 ### Enhancements

+ 2 - 2
tooling/cli/Cargo.lock

@@ -3356,7 +3356,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-bundler"
-version = "1.4.4"
+version = "1.4.5"
 dependencies = [
  "anyhow",
  "ar",
@@ -3396,7 +3396,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-cli"
-version = "1.5.5"
+version = "1.5.6"
 dependencies = [
  "anyhow",
  "axum",

+ 2 - 2
tooling/cli/Cargo.toml

@@ -3,7 +3,7 @@ members = [ "node" ]
 
 [package]
 name = "tauri-cli"
-version = "1.5.5"
+version = "1.5.6"
 authors = [ "Tauri Programme within The Commons Conservancy" ]
 edition = "2021"
 rust-version = "1.60"
@@ -42,7 +42,7 @@ path = "src/main.rs"
 clap_complete = "4"
 clap = { version = "4.4", features = [ "derive" ] }
 anyhow = "1.0"
-tauri-bundler = { version = "1.4.4", path = "../bundler", default-features = false }
+tauri-bundler = { version = "1.4.5", path = "../bundler", default-features = false }
 colored = "2.0"
 once_cell = "1"
 serde = { version = "1.0", features = [ "derive" ] }

+ 1 - 1
tooling/cli/metadata.json

@@ -1,6 +1,6 @@
 {
   "cli.js": {
-    "version": "1.5.5",
+    "version": "1.5.6",
     "node": ">= 10.0.0"
   },
   "tauri": "1.5.2",

+ 10 - 0
tooling/cli/node/CHANGELOG.md

@@ -1,5 +1,15 @@
 # Changelog
 
+## \[1.5.6]
+
+### Bug Fixes
+
+- [`5264e41d`](https://www.github.com/tauri-apps/tauri/commit/5264e41db3763e4c2eb0c3c21bd423fb7bece3e2)([#8082](https://www.github.com/tauri-apps/tauri/pull/8082)) Downgraded `rust-minisign` to `0.7.3` to fix signing updater bundles with empty passwords.
+
+### Dependencies
+
+- Upgraded to `tauri-cli@1.5.6`
+
 ## \[1.5.5]
 
 ### Enhancements

+ 1 - 1
tooling/cli/node/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/cli",
-  "version": "1.5.5",
+  "version": "1.5.6",
   "description": "Command line interface for building Tauri apps",
   "funding": {
     "type": "opencollective",