Skip to content

Commit 1288076

Browse files
apply version updates
1 parent 3d102e0 commit 1288076

File tree

31 files changed

+148
-77
lines changed

31 files changed

+148
-77
lines changed

.changes/change-pr-14632.md

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

.changes/empty-vec-instead-of-none.md

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

.changes/linux-webcontext.md

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

.changes/runtime-bsd.md

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

.changes/window-config-focus-default-true.md

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

Cargo.lock

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

crates/tauri-build/CHANGELOG.md

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

3+
## \[2.5.4]
4+
5+
### Enhancements
6+
7+
- [`2d28e3143`](https://www.github.com/tauri-apps/tauri/commit/2d28e3143ee3d97d7570ea03877aa00a0d6e47d0) ([#14632](https://www.github.com/tauri-apps/tauri/pull/14632) by [@sftse](https://www.github.com/tauri-apps/tauri/../../sftse)) Small code refactors for improved code readability. No user facing changes.
8+
9+
### Dependencies
10+
11+
- Upgraded to `[email protected]`
12+
- Upgraded to `[email protected]`
13+
314
## \[2.5.3]
415

516
### Dependencies

crates/tauri-build/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-build"
3-
version = "2.5.3"
3+
version = "2.5.4"
44
description = "build time code to pair with https://crates.io/crates/tauri"
55
exclude = ["CHANGELOG.md", "/target"]
66
readme = "README.md"
@@ -26,8 +26,8 @@ targets = [
2626
[dependencies]
2727
anyhow = "1"
2828
quote = { version = "1", optional = true }
29-
tauri-codegen = { version = "2.5.2", path = "../tauri-codegen", optional = true }
30-
tauri-utils = { version = "2.8.1", path = "../tauri-utils", features = [
29+
tauri-codegen = { version = "2.5.3", path = "../tauri-codegen", optional = true }
30+
tauri-utils = { version = "2.8.2", path = "../tauri-utils", features = [
3131
"build",
3232
"resources",
3333
] }

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

511
### Enhancements

crates/tauri-bundler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-bundler"
3-
version = "2.7.5"
3+
version = "2.7.6"
44
authors = [
55
"George Burton <[email protected]>",
66
"Tauri Programme within The Commons Conservancy",
@@ -15,7 +15,7 @@ rust-version = "1.77.2"
1515
exclude = ["CHANGELOG.md", "/target", "rustfmt.toml"]
1616

1717
[dependencies]
18-
tauri-utils = { version = "2.8.1", path = "../tauri-utils", features = [
18+
tauri-utils = { version = "2.8.2", path = "../tauri-utils", features = [
1919
"resources",
2020
] }
2121
image = "0.25"

0 commit comments

Comments
 (0)