]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.11.0
authorsigoden <sigoden@gmail.com>
Fri, 3 Jun 2022 03:19:57 +0000 (11:19 +0800)
committersigoden <sigoden@gmail.com>
Fri, 3 Jun 2022 03:19:57 +0000 (11:19 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index 6587d7279869ec861fa20c79a197bafcea17100f..410c9b9193537957c3ceddf6caf61e860cb84c96 100644 (file)
@@ -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
index e62110a2f9a736f42ed196bc075d3a3cc97fae4a..5a9502b470812f497e62739e63273d564fb880d7 100644 (file)
@@ -286,7 +286,7 @@ dependencies = [
 
 [[package]]
 name = "duf"
-version = "0.10.1"
+version = "0.11.0"
 dependencies = [
  "async-walkdir",
  "async_zip",
index 3e46802787501840e5294dce1e494d1e2c477ebf..baa522c623ee35ff9c7359cd0d7c48d7d3961a80 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "duf"
-version = "0.10.1"
+version = "0.11.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Duf is a fully functional file server."