Skip to content

Commit 4233e93

Browse files
committed
chore: release v0.3.0
1 parent 182f384 commit 4233e93

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
- Nothing yet!
8+
9+
## Version 0.3.0 - 2024-06-05
10+
11+
### Added
12+
713
- Introduced `--dry-run` flag to simulate the execution of the command without actually running it.
814

15+
### Fixed
16+
17+
- Fixed an issue where the options were logged as part of the command output.
18+
- Fixed an issue where the `--hidden` flag was not working as expected.
19+
920
## Version 0.2.0 - 2024-06-05
1021

22+
### Added
23+
1124
- Implemented parallel processing of repositories.
1225
- Introduced `--hidden` flag to include hidden directories in the repository search.
1326
- Introduced `--no-ignore` flag to bypass `.gitignore` files when searching for repositories.
1427

1528
## Version 0.1.1 - 2024-06-04
1629

30+
### Added
31+
1732
- Added support for Powershell and Homebrew installers.
1833

1934
## Version 0.1.0 - 2024-06-04

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.2.0"
4+
version = "0.3.0"
55
edition = "2021"
66
license-file = "LICENSE"
77
homepage = "https://github.com/marcfrederick/git-foreach"

0 commit comments

Comments
 (0)