Skip to content

Commit

Permalink
chore(release): prepare for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-Sky committed Jan 5, 2025
1 parent 0e7844b commit 3e399b3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.6.0] - 2025-01-05

### Features

- *(conceal)* `delete` command (#15)

## [0.5.7] - 2024-12-26

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conceal"
version = "0.5.7"
version = "0.6.0"
authors = ["Collide <three-dim-sky@foxmail.com>"]
edition = "2021"
description = "Command line recycle bin"
Expand Down
2 changes: 1 addition & 1 deletion src/bin/conceal/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub enum SubCommand {
finder: Finder,

/// All discarded items.
/// If not, only clean the items discarded under current directory
/// If not, only emerge the items discarded under current directory
#[arg(long, short)]
all: bool,
},
Expand Down

0 comments on commit 3e399b3

Please sign in to comment.