From fe71600bd2e8fd77c0c041dff6187c5fe9d69ac8 Mon Sep 17 00:00:00 2001 From: sigoden Date: Sun, 26 Jun 2022 12:43:20 +0800 Subject: [PATCH] chore(release): version v0.22.0 --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e0a435..5189272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 632cb08..31c6270 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,7 +572,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.21.0" +version = "0.22.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 1c852d4..35a228e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.21.0" +version = "0.22.0" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server" diff --git a/README.md b/README.md index a941468..4dd67bf 100644 --- 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)