diff --git a/CHANGELOG.md b/CHANGELOG.md index 83832d9..a8f00ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 2d607ec..b72abba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.11" +version = "4.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" +checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d" dependencies = [ "clap_builder", "clap_derive", @@ -130,9 +130,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.11" +version = "4.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" +checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" dependencies = [ "anstream", "anstyle", @@ -142,9 +142,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.4.4" +version = "4.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae" +checksum = "a51919c5608a32e34ea1d6be321ad070065e17613e168c5b6977024290f2630b" dependencies = [ "clap", ] @@ -185,7 +185,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "conceal" -version = "0.4.1" +version = "0.4.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index da44984..d16da72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conceal" -version = "0.4.1" +version = "0.4.2" authors = ["Collide "] edition = "2021" description = "Command line recycle bin"