chore: release 3.0.0-alpha.1

This commit is contained in:
Lucas Nogueira
2026-09-21 13:53:23 -03:00
parent ce7fcb3263
commit d0cfa15b71
94 changed files with 278 additions and 86 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## [3.0.0-alpha.1]
- [`15bf611d`](https://github.com/tauri-apps/plugins-workspace/commit/15bf611d68b15f343c0e8f6834a64d0cf2cc1637) Update to tauri v3.0.0-alpha.2.
### Dependencies
- Upgraded to `fs@3.0.0-alpha.1`
## [3.0.0-alpha.0]
- [`363438b5`](https://github.com/tauri-apps/plugins-workspace/commit/363438b50a09162379d57c7c7bfc132520c1e5d4) Update to tauri 3.0 alpha.
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "3.0.0-alpha.0"
version = "3.0.0-alpha.1"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -24,7 +24,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "3.0.0-alpha.0" }
tauri-plugin-fs = { path = "../fs", version = "3.0.0-alpha.1" }
[features]
protocol-asset = ["tauri/protocol-asset"]