chore(release): version v0.11.0

This commit is contained in:
sigoden 2022-06-03 11:19:57 +08:00
parent 9dda55b7c8
commit f103e15e15
3 changed files with 9 additions and 2 deletions

View file

@ -2,6 +2,13 @@
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.11.0] - 2022-06-03
### Features
- Support gracefully shutdown server
- Listen 0.0.0.0 by default
## [0.10.1] - 2022-06-02 ## [0.10.1] - 2022-06-02
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "duf" name = "duf"
version = "0.10.1" version = "0.11.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."