diff --git a/CHANGELOG.md b/CHANGELOG.md index a42572c..b3e04eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.0] - 2025-01-16 + +### Added + +- Support for processing multiple directories via command line arguments + ### Changed +- Removed log prefixes for cleaner output + ## [0.6.0] - 2024-01-15 +### Changed + - Simplified terminal output handling -- Added support for processing multiple directories via command line arguments -- Removed log prefixes for cleaner output ## [0.5.0] - 2024-01-15 diff --git a/Cargo.lock b/Cargo.lock index ced42d6..11702f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "yek" -version = "0.5.0" +version = "0.7.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 179fb66..2c80903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yek" -version = "0.5.0" +version = "0.7.0" edition = "2021" [dependencies]