From 9384cc8587bc4e1f4da75c5df2695bb4d8c8e95d Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 18 Jun 2022 08:05:18 +0800 Subject: [PATCH] chore(release): version v0.18.0 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d0bc9..6fee4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index dd53406..912f22c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,7 +571,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "duf" -version = "0.17.1" +version = "0.18.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 70e4815..7b714a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.17.1" +version = "0.18.0" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server." diff --git a/README.md b/README.md index 3e375c6..39459ad 100644 --- a/README.md +++ b/README.md @@ -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