Browse Source

chore(release): version v0.10.0

pull/8/head v0.10.0
sigoden 3 years ago
parent
commit
51cedf2f8a
  1. 25
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml

25
CHANGELOG.md

@ -2,6 +2,31 @@ @@ -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

2
Cargo.lock generated

@ -286,7 +286,7 @@ dependencies = [ @@ -286,7 +286,7 @@ dependencies = [
[[package]]
name = "duf"
version = "0.9.0"
version = "0.10.0"
dependencies = [
"async-walkdir",
"async_zip",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -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."

Loading…
Cancel
Save