From b48a7473fc676c7496af57c16b5128b663073aba Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 11 Jun 2022 08:52:22 +0800 Subject: [PATCH] chore(release): version v0.15.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 4cf8661..accc64a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.15.1] - 2022-06-11 + +### Bug Fixes + +- Cannot upload ([#32](https://github.com/sigoden/duf/issues/32)) + ## [0.15.0] - 2022-06-10 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 3e2ba70..da3b89d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.15.0" +version = "0.15.1" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 2b5a22b..baf985b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.15.0" +version = "0.15.1" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server."