Skip to content

Commit

Permalink
chore: release v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Aug 24, 2023
1 parent 9545fb6 commit 6510ae8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dufs"
version = "0.35.0"
version = "0.36.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Dufs is a distinctive utility file server"
Expand Down

0 comments on commit 6510ae8

Please sign in to comment.