Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfrederick committed Jun 5, 2024
1 parent 182f384 commit 4233e93
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,31 @@ All notable changes to this project will be documented in this file.

## Unreleased

- Nothing yet!

## Version 0.3.0 - 2024-06-05

### Added

- Introduced `--dry-run` flag to simulate the execution of the command without actually running it.

### Fixed

- Fixed an issue where the options were logged as part of the command output.
- Fixed an issue where the `--hidden` flag was not working as expected.

## Version 0.2.0 - 2024-06-05

### Added

- Implemented parallel processing of repositories.
- Introduced `--hidden` flag to include hidden directories in the repository search.
- Introduced `--no-ignore` flag to bypass `.gitignore` files when searching for repositories.

## Version 0.1.1 - 2024-06-04

### Added

- Added support for Powershell and Homebrew installers.

## Version 0.1.0 - 2024-06-04
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "git-foreach"
description = "Run a command in each git repository in a directory"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license-file = "LICENSE"
homepage = "https://github.com/marcfrederick/git-foreach"
Expand Down

0 comments on commit 4233e93

Please sign in to comment.