diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f599ad..ffe48e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.4.4] - 2024-09-02 + +### 📚 Documentation + +- *(minor)* Changed source install instructions + +### ⚙️ Miscellaneous Tasks + +- *(release)* Changelog update + ## [0.4.3] - 2024-09-02 ### ⚙️ Miscellaneous Tasks @@ -158,10 +168,10 @@ All notable changes to this project will be documented in this file. - Typo fixes - Version bump; minor wording & minor refact - Removed comment notes -- Unused code reservoir +- Unused code resevoir - Added a missing tracing instrumentation - Minor version bump -- Removed unnecessary allow +- Removed unecessary allow - Cleaning up commented test, unneeded - Various cleanup - Logging to help debug temp dir naming behavior diff --git a/Cargo.lock b/Cargo.lock index f218d78..9ad1f17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,7 +405,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "rename_files" -version = "0.4.3" +version = "0.4.4" dependencies = [ "clap", "owo-colors", diff --git a/Cargo.toml b/Cargo.toml index 5ca7800..ab5d3bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rename_files" -version = "0.4.3" +version = "0.4.4" authors = ["Ethan Skowronski-Lutz"] edition = "2021" repository = "https://github.com/ethanmsl/rename_files"