From d35cea4c36db136252b3841b9d0b59c17d4999e3 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sat, 12 Nov 2022 08:43:13 +0800 Subject: [PATCH] chore(release): version 0.31.0 --- CHANGELOG.md | 15 ++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a6efe..3d3de34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,20 @@ All notable changes to this project will be documented in this file. -## [0.30.0] - 2022-09-05 +## [0.31.0] - 2022-11-11 + +### Bug Fixes + +- Auth not works with --path-prefix ([#138](https://github.com/sigoden/dufs/issues/138)) +- Don't search on empty query string ([#140](https://github.com/sigoden/dufs/issues/140)) +- Status code for MKCOL on existing resource ([#142](https://github.com/sigoden/dufs/issues/142)) +- Panic on PROPFIND // ([#144](https://github.com/sigoden/dufs/issues/144)) + +### Features + +- Support unix sockets ([#145](https://github.com/sigoden/dufs/issues/145)) + +## [0.30.0] - 2022-09-09 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 8d87d7a..4f8ca0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.30.0" +version = "0.31.0" dependencies = [ "alphanumeric-sort", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a596ee2..4b2348b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.30.0" +version = "0.31.0" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server"