chore(release): version v0.13.2

This commit is contained in:
sigoden 2022-06-06 08:03:00 +08:00
parent b0cc901416
commit 7481db5071
3 changed files with 9 additions and 2 deletions

View file

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
## [0.13.2] - 2022-06-06
### Bug Fixes
- Filename xml escaping
- Escape path-prefix/url-prefix different
## [0.13.1] - 2022-06-05
### Bug Fixes

2
Cargo.lock generated
View file

@ -286,7 +286,7 @@ dependencies = [
[[package]]
name = "duf"
version = "0.13.1"
version = "0.13.2"
dependencies = [
"async-walkdir",
"async_zip",

View file

@ -1,6 +1,6 @@
[package]
name = "duf"
version = "0.13.1"
version = "0.13.2"
edition = "2021"
authors = ["sigoden <sigoden@gmail.com>"]
description = "Duf is a simple file server."