Skip to content

Commit

Permalink
chore(release): prepare for 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-Sky committed Dec 30, 2023
1 parent 6f3c390 commit b3051af
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 8 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## [0.4.2] - 2023-12-30

### Documentation

- Update show video

### Features

- Set `fzf` as the default fuzzy finder
- Use `--cycle` for fuzzy finder
- Alias `list` as `ls`
- Print the items to be cleaned

### Miscellaneous Tasks

- Update `clap_complete_nushell`
- Include the files to be published explicitly

### Refactor

- Better matrix

## [0.4.1] - 2023-07-11

### 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.4.1"
version = "0.4.2"
authors = ["Collide <[email protected]>"]
edition = "2021"
description = "Command line recycle bin"
Expand Down

0 comments on commit b3051af

Please sign in to comment.