Skip to content

Commit fc36441

Browse files
committed
chore: update version and changelog
1 parent 784be1a commit fc36441

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.2 - 2024-11-01
8+
9+
### Changed
10+
11+
- Update the Cargo `release` profile to optimize for size.
12+
- Various dependency updates.
13+
- Replace [thiserror](https://docs.rs/thiserror/latest/thiserror/) with manual error handling.
14+
715
## Version 0.4.1 - 2024-07-23
816

917
### Added

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

0 commit comments

Comments
 (0)