]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.17.1
authorsigoden <sigoden@gmail.com>
Thu, 16 Jun 2022 02:31:47 +0000 (10:31 +0800)
committersigoden <sigoden@gmail.com>
Thu, 16 Jun 2022 02:31:47 +0000 (10:31 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index 11e9370f693915ab9ca47f5a7b2d1a9148c18a3f..e4d0bc9ffc5365f363db6a01368e502b4a2f3f6c 100644 (file)
@@ -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
index b4acd97f5756840eb04a2999beb6a764210b98b5..dd53406eb39d612f657061c36c6a787d0f3df1c4 100644 (file)
@@ -571,7 +571,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "duf"
-version = "0.17.0"
+version = "0.17.1"
 dependencies = [
  "assert_cmd",
  "assert_fs",
index 86708941d6a726c9fe98005f123adc975033325f..70e4815b39605d7a77ff3d2868ab4f92b3a55ac0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "duf"
-version = "0.17.0"
+version = "0.17.1"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Duf is a simple file server."