diff --git a/CHANGELOG.md b/CHANGELOG.md index 03f69e0..5794368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.5.7] - 2024-12-26 + +### Bug Fixes + +- *(cargo)* Track `build.rs` and control generating completions + ## [0.5.6] - 2024-12-22 ### Bug Fixes - *(MacOS)* Delete (#13) +- *(ci)* Wait build-windows job ### Features diff --git a/Cargo.lock b/Cargo.lock index 460187b..16f5b97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "conceal" -version = "0.5.6" +version = "0.5.7" dependencies = [ "cfg_aliases", "chrono", @@ -391,9 +391,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.37" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" +checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" dependencies = [ "proc-macro2", ] diff --git a/Cargo.toml b/Cargo.toml index 7798b38..74eea12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conceal" -version = "0.5.6" +version = "0.5.7" authors = ["Collide "] edition = "2021" description = "Command line recycle bin"