Browse Source

chore(release): version v0.18.0

pull/51/head v0.18.0
sigoden 3 years ago
parent
commit
9384cc8587
  1. 7
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml
  4. 2
      README.md

7
CHANGELOG.md

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

2
Cargo.lock generated

@ -571,7 +571,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" @@ -571,7 +571,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "duf"
version = "0.17.1"
version = "0.18.0"
dependencies = [
"assert_cmd",
"assert_fs",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "duf"
version = "0.17.1"
version = "0.18.0"
edition = "2021"
authors = ["sigoden <sigoden@gmail.com>"]
description = "Duf is a simple file server."

2
README.md

@ -30,7 +30,7 @@ cargo install duf @@ -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

Loading…
Cancel
Save