Apply Version Updates From Current Changes (#11019)

Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
github-actions[bot] 2024-09-16 10:52:24 +02:00 committed by GitHub
parent e5f0372775
commit c530de4fd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 2 deletions

View File

@ -98,6 +98,7 @@
".changes/mobile-identifier.md",
".changes/mobile-plugin-get-args.md",
".changes/nsis-ensure-webview2-version.md",
".changes/objc2-nsimage-missing.md",
".changes/only-validate-ios-lib-debug.md",
".changes/permissions-add-target-specific.md",
".changes/plugin-builder-failable.md",

View File

@ -3,7 +3,7 @@
"version": "2.0.0-rc.15",
"node": ">= 10.0.0"
},
"tauri": "2.0.0-rc.13",
"tauri": "2.0.0-rc.14",
"tauri-build": "2.0.0-rc.11",
"tauri-plugin": "2.0.0-rc.11"
}

View File

@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-rc.14]
### Bug Fixes
- [`e5f037277`](https://www.github.com/tauri-apps/tauri/commit/e5f037277505c477b8d563bd77b7bd6e23b46296) ([#11018](https://www.github.com/tauri-apps/tauri/pull/11018) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix compilation error on macOS due to a missing feature for `NSImage`.
## \[2.0.0-rc.13]
### Enhancements

View File

@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "2.0.0-rc.13"
version = "2.0.0-rc.14"
description = "Make tiny, secure apps for all desktop platforms with Tauri"
exclude = ["/test", "/.scripts", "CHANGELOG.md", "/target"]
readme = "README.md"