]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version 0.31.0
authorsigoden <sigoden@gmail.com>
Sat, 12 Nov 2022 00:43:13 +0000 (08:43 +0800)
committersigoden <sigoden@gmail.com>
Sat, 12 Nov 2022 00:43:13 +0000 (08:43 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index 80a6efe203dc7169b8b7e66259a44f2225a25d44..3d3de345ba616a028baa1cca0a203d81be57350c 100644 (file)
@@ -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
 
index 8d87d7a8991c49984d970d96d36381f0aae2ca21..4f8ca0d9ed6290a5949df64b8b17d14c8074e5d3 100644 (file)
@@ -431,7 +431,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.30.0"
+version = "0.31.0"
 dependencies = [
  "alphanumeric-sort",
  "assert_cmd",
index a596ee2f65d6759ed2b83c0badf6e01a6f7eaf61..4b2348b854e88fde9759fc62889ba63b1ee04e07 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.30.0"
+version = "0.31.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"