Skip to content

Commit 3c2acef

Browse files
committed
chore: release v0.4.0
1 parent 6b9166a commit 3c2acef

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7+
## Version 0.4.0 - 2024-06-19
8+
79
### Added
810

911
- Process directories as they are found, instead of waiting for the search to complete.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "git-foreach"
33
description = "Run a command in each git repository in a directory"
4-
version = "0.3.0"
4+
version = "0.4.0"
55
edition = "2021"
66
license-file = "LICENSE"
77
homepage = "https://github.com/marcfrederick/git-foreach"

0 commit comments

Comments
 (0)