From 4f3a8d275b7f2904ec2e16a0a8e54e4a9bec1986 Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 2 Jun 2023 19:44:35 +0800 Subject: [PATCH] chore: release v0.34.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc518b..6d95e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.34.1] - 2023-06-02 + +### Bug Fixes + +- Auth logic ([#224](https://github.com/sigoden/dufs/issues/224)) +- Allow all cors headers and methods ([#225](https://github.com/sigoden/dufs/issues/225)) + +### Refactor + +- Ui checkAuth ([#226](https://github.com/sigoden/dufs/issues/226)) + ## [0.34.0] - 2023-06-01 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 52c7c9e..a4398a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.34.0" +version = "0.34.1" dependencies = [ "alphanumeric-sort", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index bde68c0..c049998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.34.0" +version = "0.34.1" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server"