Skip to content

Commit a8928bc

Browse files
apply version updates
1 parent ee68c91 commit a8928bc

34 files changed

+174
-89
lines changed

.changes/additional-watch-folders.md

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

.changes/fix-bundler-rpm-release-default.md

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

.changes/fix-plugin-template-svelte.md

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

.changes/reduce-debug-format-size.md

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

.changes/submenu-icon-support.md

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

.changes/update-info-plist.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## \[2.3.2]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
310
## \[2.3.1]
411

512
### 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.3.1"
3+
version = "2.3.2"
44
description = "build time code to pair with https://crates.io/crates/tauri"
55
exclude = ["CHANGELOG.md", "/target"]
66
readme = "README.md"
@@ -28,8 +28,8 @@ rustdoc-args = ["--cfg", "docsrs"]
2828
[dependencies]
2929
anyhow = "1"
3030
quote = { version = "1", optional = true }
31-
tauri-codegen = { version = "2.3.1", path = "../tauri-codegen", optional = true }
32-
tauri-utils = { version = "2.6.0", path = "../tauri-utils", features = [
31+
tauri-codegen = { version = "2.3.2", path = "../tauri-codegen", optional = true }
32+
tauri-utils = { version = "2.7.0", path = "../tauri-utils", features = [
3333
"build",
3434
"resources",
3535
] }

crates/tauri-bundler/CHANGELOG.md

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

3+
## \[2.5.3]
4+
5+
### Bug Fixes
6+
7+
- [`bc6b125b2`](https://www.github.com/tauri-apps/tauri/commit/bc6b125b24589ffc412a4f17d899a387a0fc0bb2) ([#13909](https://www.github.com/tauri-apps/tauri/pull/13909) by [@Andrew15-5](https://www.github.com/tauri-apps/tauri/../../Andrew15-5)) The bundler now falls back to `1` for the release in case an empty string was provided instead of using `-.` in the file name.
8+
9+
### Dependencies
10+
11+
- Upgraded to `[email protected]`
12+
313
## \[2.5.2]
414

515
### Bug Fixes

0 commit comments

Comments
 (0)