]> OzVa Git service - ozva-cloud/commitdiff
chore: release v0.36.0
authorsigoden <sigoden@gmail.com>
Thu, 24 Aug 2023 10:46:30 +0000 (18:46 +0800)
committersigoden <sigoden@gmail.com>
Thu, 24 Aug 2023 10:46:30 +0000 (18:46 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index fcce2aae6829da45150b6fff5306b6579b9bee53..d8680e4dd03d9b607f28497071535878fb26abb4 100644 (file)
@@ -2,6 +2,16 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.36.0] - 2023-08-24
+
+### Bug Fixes
+
+- Ui readonly if no write perm ([#258](https://github.com/sigoden/dufs/issues/258))
+
+### Testing
+
+- Remove dependency on native tls ([#255](https://github.com/sigoden/dufs/issues/255))
+
 ## [0.35.0] - 2023-08-14
 
 ### Bug Fixes
index 5db64ca96e33ecc86d40846ca9ed8ccc367d9c46..d139806e7c00435479f4c207e2aaeb0c38e97f1b 100644 (file)
@@ -445,7 +445,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.35.0"
+version = "0.36.0"
 dependencies = [
  "alphanumeric-sort",
  "anyhow",
index f8e0a085dde4c3a77f058b57bcd13cf22d8f0f09..76955e45d7cebaa6dc740c36e2c0094db9c2449b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.35.0"
+version = "0.36.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"