From e9383d71ed4b5cc3a845dc22302657a74365a500 Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 10 Jun 2022 08:41:51 +0800 Subject: [PATCH] chore(release): version v0.15.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2223494a0..4cf86613b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.15.0] - 2022-06-10 + +### Bug Fixes + +- Encode webdav href as uri ([#28](https://github.com/sigoden/duf/issues/28)) +- Query dir param + +### Features + +- Add basic dark theme ([#29](https://github.com/sigoden/duf/issues/29)) +- Add empty state placeholder to page([#30](https://github.com/sigoden/duf/issues/30)) + ## [0.14.0] - 2022-06-07 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 5de15c68a..3e2ba7015 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.14.0" +version = "0.15.0" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 2ca093244..2b5a22b8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.14.0" +version = "0.15.0" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server."