Skip to content

Commit

Permalink
run covector version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Dec 22, 2022
1 parent f0602e7 commit 34e03b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changes/glob-match-require_literal_separator.md

This file was deleted.

5 changes: 5 additions & 0 deletions core/tauri/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## \[1.0.8]

- Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`.
- [f0602e7c](https://www.github.com/tauri-apps/tauri/commit/f0602e7c294245ab6ef6fbf2a976ef398340ef58) Merge pull request from GHSA-6mv3-wm7j-h4w5 on 2022-12-22

## \[1.0.7]

- Escape glob special characters in files/directories when dropping files or using the open/save dialogs.
Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ license = "Apache-2.0 OR MIT"
name = "tauri"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "1.0.7"
version = "1.0.8"

[package.metadata.docs.rs]
no-default-features = true
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/metadata.json
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.5",
"node": ">= 10.0.0"
},
"tauri": "1.0.6",
"tauri": "1.0.7",
"tauri-build": "1.0.4"
}

0 comments on commit 34e03b8

Please sign in to comment.