Browse Source

chore(release): version v0.12.1

pull/13/head v0.12.1
sigoden 3 years ago
parent
commit
4605701366
  1. 2
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml

2
CHANGELOG.md

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
## [0.12.0] - 2022-06-04
## [0.12.1] - 2022-06-04
### Features

2
Cargo.lock generated

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

2
Cargo.toml

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

Loading…
Cancel
Save