diff --git a/CHANGELOG.md b/CHANGELOG.md index 315680d..3eafbd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.13.1] - 2022-06-05 + +### Bug Fixes + +- Escape filename ([#21](https://github.com/sigoden/duf/issues/21)) + +### Refactor + +- Use logger ([#22](https://github.com/sigoden/duf/issues/22)) + ## [0.13.0] - 2022-06-05 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 444fa09..c956338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.13.0" +version = "0.13.1" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index e1118cb..0908a63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.13.0" +version = "0.13.1" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server."