chore(release): version v0.10.0
This commit is contained in:
parent
48c3c7ded6
commit
51cedf2f8a
3 changed files with 27 additions and 2 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -2,6 +2,31 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [0.9.0] - 2022-06-02
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -286,7 +286,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "duf"
|
name = "duf"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-walkdir",
|
"async-walkdir",
|
||||||
"async_zip",
|
"async_zip",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "duf"
|
name = "duf"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["sigoden <sigoden@gmail.com>"]
|
authors = ["sigoden <sigoden@gmail.com>"]
|
||||||
description = "Duf is a fully functional file server."
|
description = "Duf is a fully functional file server."
|
||||||
|
|
Loading…
Reference in a new issue