We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784be1a commit fc36441Copy full SHA for fc36441
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
5
## Unreleased
6
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
15
## Version 0.4.1 - 2024-07-23
16
17
### Added
git-foreach/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "git-foreach"
3
description = "Run a command in each git repository in a directory"
-version = "0.4.1"
+version = "0.4.2"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/marcfrederick/git-foreach"
0 commit comments