Skip to content

Commit

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

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

## [0.16.0] - 2022-06-12

### Features

- Implement head method ([#33](https://github.com/sigoden/duf/issues/33))
- Display upload speed and time left ([#34](https://github.com/sigoden/duf/issues/34))
- Support tls-key in pkcs#8 format ([#35](https://github.com/sigoden/duf/issues/35))
- Options method return status 200

### Testing

- Add integration tests ([#36](https://github.com/sigoden/duf/issues/36))

## [0.15.1] - 2022-06-11

### Bug Fixes
Expand Down
16 changes: 8 additions & 8 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 = "duf"
version = "0.15.1"
version = "0.16.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Duf is a simple file server."
Expand Down

0 comments on commit 5142430

Please sign in to comment.