Skip to content

Commit

Permalink
chore: release v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Feb 13, 2024
1 parent 920b70a commit 6a6ac37
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 45 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [0.40.0] - 2024-02-13

### Bug Fixes

- Guard req and destination path ([#359](https://github.com/sigoden/dufs/issues/359))

### Features

- Revert supporting for forbidden permission ([#352](https://github.com/sigoden/dufs/issues/352))

### Refactor

- Do not try to bind ipv6 if no ipv6 ([#348](https://github.com/sigoden/dufs/issues/348))
- Improve invalid auth ([#356](https://github.com/sigoden/dufs/issues/356))
- Improve resolve_path and handle_assets, abandon guard_path ([#360](https://github.com/sigoden/dufs/issues/360))

## [0.39.0] - 2024-01-11

### Bug Fixes
Expand Down
85 changes: 41 additions & 44 deletions 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.39.0"
version = "0.40.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Dufs is a distinctive utility file server"
Expand Down

0 comments on commit 6a6ac37

Please sign in to comment.