chore(release): version v0.22.0
This commit is contained in:
parent
9cfeee0df0
commit
fe71600bd2
4 changed files with 10 additions and 4 deletions
|
@ -2,7 +2,13 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
### Bug Fixes
|
||||||
|
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -572,7 +572,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dufs"
|
name = "dufs"
|
||||||
version = "0.21.0"
|
version = "0.22.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"assert_fs",
|
"assert_fs",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "dufs"
|
name = "dufs"
|
||||||
version = "0.21.0"
|
version = "0.22.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["sigoden <sigoden@gmail.com>"]
|
authors = ["sigoden <sigoden@gmail.com>"]
|
||||||
description = "Dufs is a distinctive utility file server"
|
description = "Dufs is a distinctive utility file server"
|
||||||
|
|
|
@ -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)
|
[![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)
|
[![Crates](https://img.shields.io/crates/v/dufs.svg)](https://crates.io/crates/dufs)
|
||||||
|
|
Loading…
Reference in a new issue