]> OzVa Git service - ozva-cloud/commitdiff
chore: release v0.34.2
authorsigoden <sigoden@gmail.com>
Mon, 5 Jun 2023 03:51:56 +0000 (11:51 +0800)
committersigoden <sigoden@gmail.com>
Mon, 5 Jun 2023 03:51:56 +0000 (11:51 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index 6d95e85c8fc64259cecc2756b539c7b55113beb3..b9468d228a7b3eacda122596a10fa51f91a1066d 100644 (file)
@@ -2,6 +2,13 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.34.2] - 2023-06-05
+
+### Bug Fixes
+
+- Ui refresh page after login ([#230](https://github.com/sigoden/dufs/issues/230))
+- Webdav only see public folder even logging in ([#231](https://github.com/sigoden/dufs/issues/231))
+
 ## [0.34.1] - 2023-06-02
 
 ### Bug Fixes
index a4398a8dc9e6c676c8122ca543763d4ad6d7e257..62265ef5f6c9c8898f0c3a43d28447d01081b2ce 100644 (file)
@@ -436,7 +436,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.34.1"
+version = "0.34.2"
 dependencies = [
  "alphanumeric-sort",
  "anyhow",
index c049998581a4ed1e886b5447fbfb602ce8b3a5f1..fd744b30ff12e010f8246f58f45803aa8b2d3cf0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.34.1"
+version = "0.34.2"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"