publish new versions (#1142)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-18 11:23:48 +02:00
committed by GitHub
parent 37dbd4c38d
commit 9f545c65ad
33 changed files with 228 additions and 121 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-beta.5]
### Dependencies
- Upgraded to `fs@2.0.0-beta.5`
## \[2.0.0-beta.4]
### Dependencies
+3 -3
View File
@@ -1,12 +1,12 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "2.0.0-beta.4"
version = "2.0.0-beta.5"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
repository = { workspace = true }
repository = { workspace = true }
[package.metadata.docs.rs]
rustc-args = [ "--cfg", "docsrs" ]
@@ -20,7 +20,7 @@ log = { workspace = true }
thiserror = { workspace = true }
aho-corasick = "1"
bincode = "1"
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.4" }
tauri-plugin-fs = { path = "../fs", version = "2.0.0-beta.5" }
[features]
protocol-asset = [ "tauri/protocol-asset" ]