Skip to content

Commit

Permalink
chore(release): prepare for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-Sky committed Jan 11, 2024
1 parent 5460b68 commit 9c266e2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 26 deletions.
52 changes: 29 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,98 +2,104 @@

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

## [0.5.0] - 2024-01-11

### Documentation

- *(readme)* Add crates.io shield

## [0.4.2] - 2023-12-30

### Documentation

- Update show video
- *(readme)* 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
- *(clean)* Print the items to be cleaned
- *(conceal)* Alias `list` as `ls`
- *(fuzzy)* Set `fzf` as the default fuzzy finder
- *(fuzzy)* Use `--cycle` for fuzzy finder

### Miscellaneous Tasks

- Update `clap_complete_nushell`
- Include the files to be published explicitly
- *(cargo)* Include the files to be published explicitly
- *(dep)* Update `clap_complete_nushell`

### Refactor

- Better matrix
- *(workflow)* Better matrix

## [0.4.1] - 2023-07-11

### Bug Fixes

- Match path with prefix pattern instead of `==` (#6)
- *(clean)* Match path with prefix pattern instead of `==` (#6)

## [0.4.0] - 2023-07-11

### Features

- Clean for current directory by default, and clean for all with `-a` (#5)
- *(clean)* Clean for current directory by default, and clean for all with `-a` (#5)

## [0.3.3] - 2023-06-23

### Features

- Support fzf
- *(finder)* Support fzf

### Miscellaneous Tasks

- Upgrade dependencies
- *(dependencies)* Upgrade dependencies

## [0.3.2] - 2023-04-03

### Features

- Ignore the completions
- *(completions)* Ignore the completions

## [0.3.1] - 2023-03-29

### Documentation

- Update to 0.3.1
- *(readme)* Update to 0.3.1

### Features

- Add `-a` to list all discarded entities
- Colorize with owo-colors
- *(cli)* Add `-a` to list all discarded entities
- *(color)* Colorize with owo-colors

### Miscellaneous Tasks

- Upgrade
- *(dependencies)* Upgrade

## [0.3.0] - 2023-03-28

### Features

- Pretty error message and robuster existence determination
- *(error)* Pretty error message and robuster existence determination

## [0.2.0] - 2023-03-25

### Features

- Separate `put` from other functuons
- *(binary)* Separate `put` from other functuons

### Refactor

- Use `time` instead of `chrono`
- Move all handlers into one module
- *(project)* Use `time` instead of `chrono`
- *(project)* Move all handlers into one module

## [0.1.4] - 2022-11-10

### Bug Fixes
- *(no category)* Right aligned brings prefix white spaces

- Right aligned brings prefix white spaces

## [0.1.3] - 2022-11-10

### Workflows
- *(no category)* Publish to github

- Publish to github

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion 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.2"
version = "0.5.0"
authors = ["Collide <[email protected]>"]
edition = "2021"
description = "Command line recycle bin"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Refer to `conceal restore -h` for more information.
You need to install finder [skim](https://github.com/lotabout/skim#installation) or [fzf](https://github.com/junegunn/fzf#installation) before using **conceal**.

```bash
$ cargo install --git 'https://github.com/TD-Sky/conceal'
$ cargo install conceal
```

### AUR
Expand Down

0 comments on commit 9c266e2

Please sign in to comment.