]> OzVa Git service - ozva-cloud/commitdiff
chore: release v0.34.1
authorsigoden <sigoden@gmail.com>
Fri, 2 Jun 2023 11:44:35 +0000 (19:44 +0800)
committersigoden <sigoden@gmail.com>
Fri, 2 Jun 2023 11:44:35 +0000 (19:44 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index 3dc518b3ef0a2ace666fdc561a0c20057754f1b1..6d95e85c8fc64259cecc2756b539c7b55113beb3 100644 (file)
@@ -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
index 52c7c9ec58620d590dca6e0c0d370a9196281c70..a4398a8dc9e6c676c8122ca543763d4ad6d7e257 100644 (file)
@@ -436,7 +436,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.34.0"
+version = "0.34.1"
 dependencies = [
  "alphanumeric-sort",
  "anyhow",
index bde68c0306b45b2937e372f076a0c4e0b6fa449c..c049998581a4ed1e886b5447fbfb602ce8b3a5f1 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.34.0"
+version = "0.34.1"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"