]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version 0.33.0
authorsigoden <sigoden@gmail.com>
Fri, 17 Mar 2023 01:06:01 +0000 (09:06 +0800)
committersigoden <sigoden@gmail.com>
Fri, 17 Mar 2023 01:06:01 +0000 (09:06 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index 8a0d0aeb6d054080fae1ba5e2ec2e48b99ee1e54..6368584d54cdae63f2d41920e201d68471ef55ef 100644 (file)
@@ -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
index 5d984bc9ee511e20805a272fddba3107a160bace..42fe37cd1c1af05ea24bea6b2b8487c07ddfb749 100644 (file)
@@ -435,7 +435,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.32.0"
+version = "0.33.0"
 dependencies = [
  "alphanumeric-sort",
  "anyhow",
index 582b7fb75a971e196d80ddb16be7c4c0411df21f..6a3de36fbe32f555c26058939134330d18e3f59a 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.32.0"
+version = "0.33.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"