Skip to content

Commit

Permalink
chore(release): version v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 15, 2022
1 parent c7d42a3 commit 7fc8fc6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## [0.17.0] - 2022-06-15

### Bug Fixes

- Webdav propfind dir with slash ([#42](https://github.com/sigoden/duf/issues/42))

### Features

- Listen both ipv4 and ipv6 by default ([#40](https://github.com/sigoden/duf/issues/40))

### Refactor

- Trival changes ([#41](https://github.com/sigoden/duf/issues/41))

## [0.16.0] - 2022-06-12

### Features
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.16.0"
version = "0.17.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Duf is a simple file server."
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ Download from [Github Releases](https://github.com/sigoden/duf/releases), unzip
## CLI

```
Duf is a simple file server.
Duf is a simple file server. - https://github.com/sigoden/duf
USAGE:
duf [OPTIONS] [path]
duf [OPTIONS] [--] [path]
ARGS:
<path> Path to a root directory for serving files [default: .]
Expand All @@ -55,7 +55,7 @@ OPTIONS:
--allow-delete Allow delete files/folders
--allow-symlink Allow symlink to files/folders outside root directory
--allow-upload Allow upload files/folders
-b, --bind <address> Specify bind address [default: 0.0.0.0]
-b, --bind <address>... Specify bind address
--cors Enable CORS, sets `Access-Control-Allow-Origin: *`
-h, --help Print help information
-p, --port <port> Specify port to listen on [default: 5000]
Expand Down

0 comments on commit 7fc8fc6

Please sign in to comment.