Lucas Nogueira 2 роки тому
батько
коміт
0bd3a90178

+ 0 - 5
.changes/fix-readir-symlink-scope.md

@@ -1,5 +0,0 @@
----
-"tauri": patch
----
-
-Fix `fs.readDir` recursive option reading symlinked directories that are not allowed by the scope.

+ 5 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## \[1.0.6]
+
+- Fix `fs.readDir` recursive option reading symlinked directories that are not allowed by the scope.
+  - [bb178829](https://www.github.com/tauri-apps/tauri/commit/bb178829086e80916f9be190f02d83bc25802799) fix(endpoints/fs/readDir): don't read symlinks that are not allowed b… ([#5123](https://www.github.com/tauri-apps/tauri/pull/5123)) on 2022-09-08
+
 ## \[1.0.5]
 
 - Escape the MSI file path when running msiexec via powershell.

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