mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
(NEXT) Apply Version Updates From Current Changes (#5892)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6999cdf99e
commit
7945e549b7
@@ -11,6 +11,7 @@
|
||||
".changes/dev-proxy.md",
|
||||
".changes/fix-dev-server-proxy-path.md",
|
||||
".changes/fix-ios-run-xcode14.md",
|
||||
".changes/glob-match-require_literal_separator.md",
|
||||
".changes/improve-local-ip-detection.md",
|
||||
".changes/mobile-config.md",
|
||||
".changes/mobile-entry-point-macro.md",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[2.0.0-alpha.2]
|
||||
|
||||
- Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.
|
||||
- [9ad0a9a0](https://www.github.com/tauri-apps/tauri/commit/9ad0a9a0aa88a67c3d81ef84df4aad23556affde) Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22
|
||||
|
||||
## \[2.0.0-alpha.1]
|
||||
|
||||
- Implement response cache on the dev server proxy, used when the server responds with status 304.
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
|
||||
name = "tauri"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tauri-apps/tauri"
|
||||
version = "2.0.0-alpha.1"
|
||||
version = "2.0.0-alpha.2"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
no-default-features = true
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"version": "2.0.0-alpha.1",
|
||||
"node": ">= 10.0.0"
|
||||
},
|
||||
"tauri": "2.0.0-alpha.1",
|
||||
"tauri": "2.0.0-alpha.2",
|
||||
"tauri-build": "2.0.0-alpha.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user