diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ef6eb..b990cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +## Version 0.4.0 - 2024-06-19 + ### Added - Process directories as they are found, instead of waiting for the search to complete. diff --git a/Cargo.lock b/Cargo.lock index bc2b8d0..71738a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" [[package]] name = "git-foreach" -version = "0.3.0" +version = "0.4.0" dependencies = [ "clap", "ignore", diff --git a/Cargo.toml b/Cargo.toml index a197351..cda57f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "git-foreach" description = "Run a command in each git repository in a directory" -version = "0.3.0" +version = "0.4.0" edition = "2021" license-file = "LICENSE" homepage = "https://github.com/marcfrederick/git-foreach"