]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.10.0
authorsigoden <sigoden@gmail.com>
Thu, 2 Jun 2022 22:58:10 +0000 (06:58 +0800)
committersigoden <sigoden@gmail.com>
Thu, 2 Jun 2022 22:58:10 +0000 (06:58 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index 502c7ca1e8aeedff25ea03f2dd6ed605e0c782f5..012af97234eef2181c40553ce7ea79a9cbc3f110 100644 (file)
@@ -2,6 +2,31 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.10.0] - 2022-06-02
+
+### Bug Fixes
+
+- Remove unzip file even failed to unzip
+- Rename --no-auth-read to --no-auth-access
+- Broken ui
+
+### Documentation
+
+- Refactor readme
+
+### Features
+
+- Change auth logic/options
+- Improve ui
+
+### Miscellaneous Tasks
+
+- Insert cli output
+
+### Refactor
+
+- Small improvement
+
 ## [0.9.0] - 2022-06-02
 
 ### Documentation
index e6dfb34409deb06afbeaf6903a52db08a7e858cd..df6e1899b81dce81533131ad4fab1288e63e4fcd 100644 (file)
@@ -286,7 +286,7 @@ dependencies = [
 
 [[package]]
 name = "duf"
-version = "0.9.0"
+version = "0.10.0"
 dependencies = [
  "async-walkdir",
  "async_zip",
index 928c99366e968af495eb87cda1e2454bf1b23fa8..0e699760928d8a9bb0b5a872b2b727fc632f2dc1 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "duf"
-version = "0.9.0"
+version = "0.10.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Duf is a fully functional file server."