From f103e15e1572ded6555d0a110d481766eb857124 Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 3 Jun 2022 11:19:57 +0800 Subject: [PATCH] chore(release): version v0.11.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6587d72..410c9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index e62110a..5a9502b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.10.1" +version = "0.11.0" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 3e46802..baa522c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.10.1" +version = "0.11.0" edition = "2021" authors = ["sigoden "] description = "Duf is a fully functional file server."