Browse Source

chore(release): version v0.13.2

pull/25/head v0.13.2
sigoden 3 years ago
parent
commit
7481db5071
  1. 7
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml

7
CHANGELOG.md

@ -2,6 +2,13 @@ @@ -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

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

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -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."

Loading…
Cancel
Save