Skip to content

Commit 751f06a

Browse files
committed
chore: update the changelog and README
1 parent d815c6e commit 751f06a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## Version 0.4.3 - 2025-07-02
8+
9+
### Changed
10+
11+
- Updated dependencies to their latest versions.
12+
- Switched from [cargo-dist](https://github.com/axodotdev/cargo-dist) to [GoReleaser](https://goreleaser.com/) for release management, as `cargo-dist` has become unreliable due to funding issues.
13+
- Replaced the Homebrew formula with a Cask. Users can now install the project using `brew install --cask marcfrederick/tap/git-foreach`. The formula will no longer be available.
14+
715
## Version 0.4.2 - 2025-03-18
816

917
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ page also includes instructions for installation using [Homebrew](https://brew.s
3838
If you're using macOS or Linux, you can install `git-foreach` using [Homebrew](https://brew.sh):
3939

4040
```shell
41-
brew install marcfrederick/homebrew-tap/git-foreach
41+
brew install --cask marcfrederick/homebrew-tap/git-foreach
4242
```
4343

4444
## Building from Source

0 commit comments

Comments
 (0)