From a0b413ef30c8f103639c3d797203ad2dd852c29d Mon Sep 17 00:00:00 2001 From: sigoden Date: Sun, 5 Jun 2022 09:33:10 +0800 Subject: [PATCH] chore(release): version v0.13.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdcf49..315680d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.13.0] - 2022-06-05 + +### Bug Fixes + +- Ctrl+c not exit sometimes + +### Features + +- Implement more webdav methods ([#13](https://github.com/sigoden/duf/issues/13)) +- Use digest auth ([#14](https://github.com/sigoden/duf/issues/14)) +- Add webdav proppatch handler ([#18](https://github.com/sigoden/duf/issues/18)) + ## [0.12.1] - 2022-06-04 ### Features diff --git a/Cargo.lock b/Cargo.lock index 01b8bad..6b390a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.12.1" +version = "0.13.0" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 55999e2..d67c15e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.12.1" +version = "0.13.0" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server."