]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.22.0
authorsigoden <sigoden@gmail.com>
Sun, 26 Jun 2022 04:43:20 +0000 (12:43 +0800)
committersigoden <sigoden@gmail.com>
Sun, 26 Jun 2022 04:43:20 +0000 (12:43 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml
README.md

index 8e0a435dc5e7acbe5924b9e2086f88b0d8668926..51892727f95ce4d3c36c675a41f007fa8d6bad70 100644 (file)
@@ -2,7 +2,13 @@
 
 All notable changes to this project will be documented in this file.
 
-## [0.21.0] - 2022-06-21
+## [0.22.0] - 2022-06-25
+
+### Features
+
+- Support hiding folders with --hidden ([#73](https://github.com/sigoden/dufs/issues/73))
+
+## [0.21.0] - 2022-06-23
 
 ### Bug Fixes
 
index 632cb08fcbfbb32e2627af48e61215c13ed1cb9e..31c6270fd6f2b453d7a3e1afe9abfebfa00b37c7 100644 (file)
@@ -572,7 +572,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.21.0"
+version = "0.22.0"
 dependencies = [
  "assert_cmd",
  "assert_fs",
index 1c852d42e38e730ef33d4f2c9cdfdfba1f10a10f..35a228e443eb72c6777fac3fc886d3347eb4583b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.21.0"
+version = "0.22.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"
index a94146838e1d305b3e34dbde9017c90082529beb..4dd67bf0cfc0bf36c9969477620e01cae55dc04e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Dufs (Old Name: Duf)
+# Dufs
 
 [![CI](https://github.com/sigoden/dufs/actions/workflows/ci.yaml/badge.svg)](https://github.com/sigoden/dufs/actions/workflows/ci.yaml)
 [![Crates](https://img.shields.io/crates/v/dufs.svg)](https://crates.io/crates/dufs)