Skip to content

Commit

Permalink
chore(release): prepare for 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-Sky committed Feb 3, 2024
1 parent 283ba68 commit afd1341
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 71 deletions.
53 changes: 20 additions & 33 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@

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

## [0.5.0] - 2024-01-11
## [0.5.1] - 2024-02-03

### Features

- *(cli)* Alias `restore` as `rs`
- *(restore)* Keep silent when recycle bin is empty

## [0.5.0] - 2024-02-03

### Documentation

- *(readme)* Add crates.io shield

## [0.4.2] - 2023-12-30
## [0.4.2] - 2024-02-03

### Documentation

Expand All @@ -30,74 +37,54 @@ All notable changes to this project will be documented in this file.

- *(workflow)* Better matrix

## [0.4.1] - 2023-07-11
## [0.4.1] - 2024-02-03

### Bug Fixes

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

## [0.4.0] - 2023-07-11
## [0.4.0] - 2024-02-03

### Features

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

## [0.3.3] - 2023-06-23

### Features

- *(finder)* Support fzf

### Miscellaneous Tasks

- *(dependencies)* Upgrade dependencies

## [0.3.2] - 2023-04-03

### Features

- *(completions)* Ignore the completions

## [0.3.1] - 2023-03-29
## [0.3.3] - 2024-02-03

### Documentation

- *(readme)* Update to 0.3.1

### Features

- *(cli)* Add `-a` to list all discarded entities
- *(color)* Colorize with owo-colors
- *(completions)* Ignore the completions
- *(finder)* Support fzf

### Miscellaneous Tasks

- *(dependencies)* Upgrade
- *(dependencies)* Upgrade dependencies

## [0.3.0] - 2023-03-28

### Features

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

## [0.2.0] - 2023-03-25
## [0.3.1] - 2024-02-03

### Features

- *(binary)* Separate `put` from other functuons
- *(cli)* Add `-a` to list all discarded entities
- *(color)* Colorize with owo-colors
- *(error)* Pretty error message and robuster existence determination

### Refactor

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

## [0.1.4] - 2022-11-10
## [0.1.5] - 2024-02-03

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


## [0.1.3] - 2022-11-10

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

Expand Down
74 changes: 37 additions & 37 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.0"
version = "0.5.1"
authors = ["Collide <[email protected]>"]
edition = "2021"
description = "Command line recycle bin"
Expand Down

0 comments on commit afd1341

Please sign in to comment.