Browse Source

chore(release): version v0.11.0

pull/10/head v0.11.0
sigoden 3 years ago
parent
commit
f103e15e15
  1. 7
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml

7
CHANGELOG.md

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

2
Cargo.lock generated

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

2
Cargo.toml

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

Loading…
Cancel
Save