Skip to content

Commit 98dfdf7

Browse files
apply version updates (#13867)
Co-authored-by: FabianLars <[email protected]>
1 parent 56fd1ed commit 98dfdf7

File tree

9 files changed

+25
-12
lines changed

9 files changed

+25
-12
lines changed

.changes/apprun-mirror.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

tooling/bundler/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[1.7.4]
4+
5+
### Bug Fixes
6+
7+
- [`56fd1edea`](https://www.github.com/tauri-apps/tauri/commit/56fd1edeae20e1605b71f27c41bd1128ab5be110) ([#13864](https://www.github.com/tauri-apps/tauri/pull/13864) by [@FabianLars](https://www.github.com/tauri-apps/tauri/../../FabianLars)) The AppImage bundler now pulls the AppRun binaries from our GitHub mirror, fixing 404 errors.
8+
39
## \[1.7.3]
410

511
### Dependencies

tooling/bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ workspace = { }
22

33
[package]
44
name = "tauri-bundler"
5-
version = "1.7.3"
5+
version = "1.7.4"
66
authors = [
77
"George Burton <[email protected]>",
88
"Tauri Programme within The Commons Conservancy"

tooling/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[1.6.6]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[1.6.5]
410

511
### Dependencies

tooling/cli/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tooling/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [ "node" ]
33

44
[package]
55
name = "tauri-cli"
6-
version = "1.6.5"
6+
version = "1.6.6"
77
authors = [ "Tauri Programme within The Commons Conservancy" ]
88
edition = "2021"
99
rust-version = "1.71"
@@ -42,7 +42,7 @@ path = "src/main.rs"
4242
clap_complete = "4"
4343
clap = { version = "4.4", features = [ "derive" ] }
4444
anyhow = "1.0"
45-
tauri-bundler = { version = "1.7.3", path = "../bundler", default-features = false }
45+
tauri-bundler = { version = "1.7.4", path = "../bundler", default-features = false }
4646
colored = "2.0"
4747
once_cell = "1"
4848
serde = { version = "1.0", features = [ "derive" ] }

tooling/cli/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cli.js": {
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"node": ">= 10.0.0"
55
},
66
"tauri": "1.8.3",

tooling/cli/node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[1.6.6]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[1.6.5]
410

511
### Dependencies

tooling/cli/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/cli",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"description": "Command line interface for building Tauri apps",
55
"funding": {
66
"type": "opencollective",

0 commit comments

Comments
 (0)