publish new versions

This commit is contained in:
lucasfernog
2024-02-21 14:40:33 -03:00
committed by Lucas Nogueira
parent 5ca9a80f45
commit e0d415e405
89 changed files with 394 additions and 153 deletions
+9
View File
@@ -1,5 +1,14 @@
# Changelog
## \[2.0.0-beta.1]
- [`14f381a`](https://github.com/tauri-apps/plugins-workspace/commit/14f381acf8fe690acecc676922c6f05939b95734) Update MSRV to 1.75.
- [`569defb`](https://github.com/tauri-apps/plugins-workspace/commit/569defbe9492e38938554bb7bdc1be9151456d21) Update to tauri beta.4.
### Dependencies
- Upgraded to `fs@2.0.0-beta.1`
## \[2.0.0-beta.0]
- [`d198c01`](https://github.com/tauri-apps/plugins-workspace/commit/d198c014863ee260cb0de88a14b7fc4356ef7474)([#862](https://github.com/tauri-apps/plugins-workspace/pull/862)) Update to tauri beta.
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0-beta.0"
version = "2.0.0-beta.1"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
@@ -19,7 +19,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.0" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.1" }
[features]
protocol-asset = [ "tauri/protocol-asset" ]