We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dcbe4 commit 2a9859dCopy full SHA for 2a9859d
2 files changed
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
7
+## Version 0.5.0 - 2026-06-28
8
+
9
### Changed
10
11
- Simplified the project from a two-crate workspace into a single binary crate.
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "git-foreach"
3
description = "Run a command in each git repository in a directory"
-version = "0.4.4"
+version = "0.5.0"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/marcfrederick/git-foreach"
0 commit comments