From 7481db50715ab5728d319479cda934c66c324173 Mon Sep 17 00:00:00 2001 From: sigoden Date: Mon, 6 Jun 2022 08:03:00 +0800 Subject: [PATCH] chore(release): version v0.13.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eafbd4..3af7342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 0d8e4a6..a6404b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,7 +286,7 @@ dependencies = [ [[package]] name = "duf" -version = "0.13.1" +version = "0.13.2" dependencies = [ "async-walkdir", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index cb3b302..bb07ba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "duf" -version = "0.13.1" +version = "0.13.2" edition = "2021" authors = ["sigoden "] description = "Duf is a simple file server."