]> OzVa Git service - ozva-cloud/commitdiff
chore: release v0.37.1
authorsigoden <sigoden@gmail.com>
Wed, 8 Nov 2023 03:11:36 +0000 (11:11 +0800)
committersigoden <sigoden@gmail.com>
Wed, 8 Nov 2023 03:11:36 +0000 (11:11 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index ca45227dc8c8693b8cc37b6bdce4aed42808015d..b03a91a98f37389225932d38c8e171c7c2a654f4 100644 (file)
@@ -2,6 +2,12 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.37.1] - 2023-11-08
+
+### Bug Fixes
+
+- Use DUFS_CONFIG to specify the config file path ([#286](https://github.com/sigoden/dufs/issues/286)
+
 ## [0.37.0] - 2023-11-08
 
 ### Bug Fixes
index 8919f26bb8a548659c15253e6c987c7e67a51567..100e7b76d3ed8325acc70af180842c34a4c83703 100644 (file)
@@ -454,7 +454,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.37.0"
+version = "0.37.1"
 dependencies = [
  "alphanumeric-sort",
  "anyhow",
index 18f22b8263a0d2d077ef3166cc0ca3a2ed9a607b..6c868a24ae943f1e03df0632256292f1c279fd1d 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.37.0"
+version = "0.37.1"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"