From 51cedf2f8a07d9063a5d6e12413d3baa374c4338 Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 3 Jun 2022 06:58:10 +0800 Subject: [PATCH] chore(release): version v0.10.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502c7ca1e..012af9723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index e6dfb3440..df6e1899b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.9.0" +version = "0.10.0" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 928c99366..0e6997609 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.9.0" +version = "0.10.0" edition = "2021" authors = ["sigoden "] description = "Duf is a fully functional file server."