Skip to content

Commit

Permalink
publish new versions (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
  • Loading branch information
github-actions[bot] and FabianLars authored Jun 29, 2023
1 parent 9174b80 commit 3d4697b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changes/persisted-scope-fix-handle-glob-directories.md

This file was deleted.

5 changes: 5 additions & 0 deletions plugins/persisted-scope/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion plugins/persisted-scope/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3d4697b

Please sign in to comment.