Skip to content

Commit 27235dc

Browse files
committed
Prepare v0.14.16
1 parent 596fb14 commit 27235dc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## [0.14.15] - 2025-10-20
9+
## [0.14.16] - 2025-10-20
1010

1111
### Added
1212

1313
- Add `--git-timeout <timeout_seconds>` command line flag to kill git commands after a specified time.
1414

15+
## [0.14.15] - 2025-07-02
16+
17+
## Fixed
18+
19+
- Properly pass git config for LFS to the git command line
20+
1521
## [0.14.14] - 2025-06-23
1622

1723
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-mirror"
3-
version = "0.14.15"
3+
version = "0.14.16"
44
authors = ["Pascal Bach <pascal.bach@nextrem.ch>"]
55
description = "Sync between different git repositories."
66
license = "MIT"

0 commit comments

Comments
 (0)