From: sigoden Date: Thu, 24 Aug 2023 10:46:30 +0000 (+0800) Subject: chore: release v0.36.0 X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=6510ae8be982128c9964ff12d56357772ee264ca;p=ozva-cloud chore: release v0.36.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fcce2aa..d8680e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 5db64ca..d139806 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.35.0" +version = "0.36.0" dependencies = [ "alphanumeric-sort", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index f8e0a08..76955e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.35.0" +version = "0.36.0" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server"