]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.21.0
authorsigoden <sigoden@gmail.com>
Thu, 23 Jun 2022 11:34:38 +0000 (19:34 +0800)
committersigoden <sigoden@gmail.com>
Thu, 23 Jun 2022 11:34:38 +0000 (19:34 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index aa5812d764812f7974118324225ee401934faf09..8e0a435dc5e7acbe5924b9e2086f88b0d8668926 100644 (file)
@@ -2,6 +2,20 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.21.0] - 2022-06-21
+
+### Bug Fixes
+
+- Escape name contains html escape code ([#65](https://github.com/sigoden/dufs/issues/65))
+
+### Features
+
+- Use custom logger with timestamp in rfc3339 ([#67](https://github.com/sigoden/dufs/issues/67))
+
+### Refactor
+
+- Split css/js from index.html ([#68](https://github.com/sigoden/dufs/issues/68))
+
 ## [0.20.0] - 2022-06-20
 
 ### Bug Fixes
index db62cccf0bda0282e5f57cb9b8934ee04ac81a0b..632cb08fcbfbb32e2627af48e61215c13ed1cb9e 100644 (file)
@@ -572,7 +572,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.20.0"
+version = "0.21.0"
 dependencies = [
  "assert_cmd",
  "assert_fs",
index 1869ef1153c55b9d7feea75d61f3ac8dea2c65f3..1c852d42e38e730ef33d4f2c9cdfdfba1f10a10f 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.20.0"
+version = "0.21.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"