Skip to content

Commit 054e80d

Browse files
committed
chore: bump the version to 0.4.5
1 parent 751f06a commit 054e80d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7-
## Version 0.4.3 - 2025-07-02
7+
## Version 0.4.5 - 2025-07-02
8+
9+
### Fixed
10+
11+
- Updated the version in `git-foreach/Cargo.toml` to `0.4.5`.
12+
13+
## Version 0.4.4 - 2025-07-02
814

915
### Changed
1016

1117
- Updated dependencies to their latest versions.
1218
- 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.
1319
- 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.
1420

15-
## Version 0.4.2 - 2025-03-18
21+
## Version 0.4.3 - 2025-03-18
1622

1723
### Changed
1824

@@ -28,7 +34,7 @@ All notable changes to this project will be documented in this file.
2834
- Various dependency updates.
2935
- Replace [thiserror](https://docs.rs/thiserror/latest/thiserror/) with manual error handling.
3036

31-
## Version 0.4.1 - 2024-07-23
37+
## Version 0.4.1 - 2024-07-22
3238

3339
### Added
3440

git-foreach/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.4.3"
4+
version = "0.4.4"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
homepage = "https://github.com/marcfrederick/git-foreach"

0 commit comments

Comments
 (0)