Explorar el Código

chore: run covector version

Lucas Nogueira hace 2 años
padre
commit
264c087b5e
Se han modificado 4 ficheros con 7 adiciones y 7 borrados
  1. 0 5
      .changes/escape-pattern.md
  2. 5 0
      core/tauri/CHANGELOG.md
  3. 1 1
      core/tauri/Cargo.toml
  4. 1 1
      tooling/cli/metadata.json

+ 0 - 5
.changes/escape-pattern.md

@@ -1,5 +0,0 @@
----
-"tauri": "patch"
----
-
-Escape glob special characters in files/directories when dropping files or using the open/save dialogs.

+ 5 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.0.7]
+
+- Escape glob special characters in files/directories when dropping files or using the open/save dialogs.
+  - [bcd9dc7f](https://www.github.com/tauri-apps/tauri/commit/bcd9dc7f859fa7e65fea5de835fa938ca1368eaf) fix(core): escape glob characters in drop/dialogs , closes [#5234](https://www.github.com/tauri-apps/tauri/pull/5234) ([#5237](https://www.github.com/tauri-apps/tauri/pull/5237)) on 2022-11-08
+
 ## \[1.0.6]
 
 - Fix `fs.readDir` recursive option reading symlinked directories that are not allowed by the scope.

+ 1 - 1
core/tauri/Cargo.toml

@@ -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.6"
+version = "1.0.7"
 
 [package.metadata.docs.rs]
 no-default-features = true

+ 1 - 1
tooling/cli/metadata.json

@@ -3,6 +3,6 @@
     "version": "1.0.5",
     "node": ">= 10.0.0"
   },
-  "tauri": "1.0.5",
+  "tauri": "1.0.6",
   "tauri-build": "1.0.4"
 }