From 743db47f90800a5bd254030f8c6f80eae84220e6 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 8 Nov 2023 11:11:36 +0800 Subject: [PATCH] chore: release v0.37.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 ca45227..b03a91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 8919f26..100e7b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,7 +454,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.37.0" +version = "0.37.1" dependencies = [ "alphanumeric-sort", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 18f22b8..6c868a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.37.0" +version = "0.37.1" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server"