Skip to content

Commit

Permalink
chore(release): version v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 5, 2022
1 parent fc13d41 commit a0b413e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.13.0] - 2022-06-05

### Bug Fixes

- Ctrl+c not exit sometimes

### Features

- Implement more webdav methods ([#13](https://github.com/sigoden/duf/issues/13))
- Use digest auth ([#14](https://github.com/sigoden/duf/issues/14))
- Add webdav proppatch handler ([#18](https://github.com/sigoden/duf/issues/18))

## [0.12.1] - 2022-06-04

### Features
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 = "duf"
version = "0.12.1"
version = "0.13.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Duf is a simple file server."
Expand Down

0 comments on commit a0b413e

Please sign in to comment.