chore: release v0.36.0

This commit is contained in:
sigoden 2023-08-24 18:46:30 +08:00
parent 9545fb6e37
commit 6510ae8be9
3 changed files with 12 additions and 2 deletions

View 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

2
Cargo.lock generated
View file

@ -445,7 +445,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dufs"
version = "0.35.0"
version = "0.36.0"
dependencies = [
"alphanumeric-sort",
"anyhow",

View 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"