Skip to content

Commit

Permalink
chore(release): version v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 3, 2022
1 parent 9dda55b commit f103e15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "duf"
version = "0.10.1"
version = "0.11.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Duf is a fully functional file server."
Expand Down

0 comments on commit f103e15

Please sign in to comment.