From 6d7da0363c7d891524cffa4b67ef87e01a575794 Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 16 Jun 2022 10:31:47 +0800 Subject: [PATCH] chore(release): version v0.17.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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."