publish new versions (#417)

Co-authored-by: FabianLars <fabianlars@fabianlars.de>
pull/456/head
github-actions[bot] 2 years ago committed by GitHub
parent 9174b808dc
commit 3d4697b34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +0,0 @@
---
"persisted-scope": patch
---
Fix usage of directory patterns by removing glob asterisks at the end before allowing/forbidding them.
This was causing them to be escaped, and so undesirable paths were allowed/forbidden while polluting the `.persisted_scope` file.

@ -1,5 +1,10 @@
# Changelog
## \[0.1.2]
- Fix usage of directory patterns by removing glob asterisks at the end before allowing/forbidding them. This was causing them to be escaped, and so undesirable paths were allowed/forbidden while polluting the `.persisted_scope` file.
- [9174b80](https://github.com/tauri-apps/plugins-workspace/commit/9174b808dc37154999c119fcc3f31258a9c5a3fb) \[persisted scope] fix: handle recursive directory correctly ([#455](https://github.com/tauri-apps/plugins-workspace/pull/455)) on 2023-06-29
## \[0.1.1]
- The MSRV was raised to 1.64!

@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-persisted-scope"
version = "0.1.1"
version = "0.1.2"
description = "Save filesystem and asset scopes and restore them when the app is reopened."
authors.workspace = true
license.workspace = true

Loading…
Cancel
Save