Skip to content

Commit

Permalink
chore(release): version v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 18, 2022
1 parent df48021 commit 9384cc8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.18.0] - 2022-06-18

### Features

- Add option --render-try-index ([#47](https://github.com/sigoden/duf/issues/47))
- Add slash to end of dir href

## [0.17.1] - 2022-06-16

### 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.17.1"
version = "0.18.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Duf is a simple file server."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cargo install duf
### With docker

```
docker run -v /tmp:/tmp -p 5000:5000 --rm -it docker.io/sigoden/duf /tmp
docker run -v `pwd`:/data -p 5000:5000 --rm -it sigoden/duf /data
```

### Binaries on macOS, Linux, Windows
Expand Down

0 comments on commit 9384cc8

Please sign in to comment.