diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e9370..e4d0bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.17.1] - 2022-06-16 + +### Bug Fixes + +- Range request ([#44](https://github.com/sigoden/duf/issues/44)) + ## [0.17.0] - 2022-06-15 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index b4acd97..dd53406 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,7 +571,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "duf" -version = "0.17.0" +version = "0.17.1" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 8670894..70e4815 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.17.0" +version = "0.17.1" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server."