Skip to content

Commit 6bb721c

Browse files
Apply Version Updates From Current Changes (v1) (#9709)
Co-authored-by: lucasfernog <[email protected]>
1 parent 7f885bd commit 6bb721c

File tree

15 files changed

+43
-23
lines changed

15 files changed

+43
-23
lines changed

.changes/bundler-nsis-resources-dollar.md

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

.changes/fix-draw-tracing.md

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

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.

core/tauri-runtime-wry/CHANGELOG.md

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

3+
## \[0.14.7]
4+
5+
### Bug Fixes
6+
7+
- [`2eb21378a`](https://www.github.com/tauri-apps/tauri/commit/2eb21378a65107da0d4a1ab425767e99580966c2)([#9718](https://www.github.com/tauri-apps/tauri/pull/9718)) Fixes redraw tracing span not closing.
8+
39
## \[0.14.6]
410

511
### Dependencies

core/tauri-runtime-wry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-runtime-wry"
3-
version = "0.14.6"
3+
version = "0.14.7"
44
authors = [ "Tauri Programme within The Commons Conservancy" ]
55
categories = [ "gui", "web-programming" ]
66
license = "Apache-2.0 OR MIT"

core/tauri/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.4]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[1.6.3]
410

511
### Enhancements

core/tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
1010
name = "tauri"
1111
readme = "README.md"
1212
repository = "https://github.com/tauri-apps/tauri"
13-
version = "1.6.3"
13+
version = "1.6.4"
1414

1515
[package.metadata.docs.rs]
1616
no-default-features = true
@@ -61,7 +61,7 @@ once_cell = "1"
6161
tauri-runtime = { version = "0.14.3", path = "../tauri-runtime" }
6262
tauri-macros = { version = "1.4.4", path = "../tauri-macros" }
6363
tauri-utils = { version = "1.5.4", features = [ "resources" ], path = "../tauri-utils" }
64-
tauri-runtime-wry = { version = "0.14.6", path = "../tauri-runtime-wry", optional = true }
64+
tauri-runtime-wry = { version = "0.14.7", path = "../tauri-runtime-wry", optional = true }
6565
rand = "0.8"
6666
semver = { version = "1.0", features = [ "serde" ] }
6767
serde_repr = "0.1"

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.5.4]
4+
5+
### Bug Fixes
6+
7+
- [`ab9ec42c1`](https://www.github.com/tauri-apps/tauri/commit/ab9ec42c102da7594f5d83998aa095d558e86d90)([#9659](https://www.github.com/tauri-apps/tauri/pull/9659)) Fix failing to create NSIS installer when including resources that has `$` in its path.
8+
39
## \[1.5.3]
410

511
### Enhancements

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.5.3"
5+
version = "1.5.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.5.14]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
39
## \[1.5.13]
410

511
### Dependencies

0 commit comments

Comments
 (0)