From 10ec34872da026e3cc05a38f330f58df7b409e91 Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 17 Mar 2023 09:06:01 +0800 Subject: [PATCH] chore(release): version 0.33.0 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a0d0ae..6368584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [0.33.0] - 2023-03-17 + +### Bug Fixes + +- Cors allow-request-header add content-type ([#184](https://github.com/sigoden/dufs/issues/184)) +- Hidden don't works on some files ([#188](https://github.com/sigoden/dufs/issues/188)) +- Basic auth sometimes does not work ([#194](https://github.com/sigoden/dufs/issues/194)) + +### Features + +- Guess plain text encoding then set content-type charset ([#186](https://github.com/sigoden/dufs/issues/186)) + +### Refactor + +- Improve error handle ([#195](https://github.com/sigoden/dufs/issues/195)) + ## [0.32.0] - 2023-02-22 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 5d984bc..42fe37c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,7 +435,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.32.0" +version = "0.33.0" dependencies = [ "alphanumeric-sort", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 582b7fb..6a3de36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.32.0" +version = "0.33.0" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server"