Skip to content

Commit ea6b42d

Browse files
committed
Release 0.14.9
1 parent ee42fa3 commit ea6b42d

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.14.9] - 2022-12-16
10+
11+
### Fixed
12+
13+
- Don't run `git lfs fetch` with `--all` option to avoid fetching unnecessary artifacts.
14+
915
## [0.14.8] - 2022-12-13
1016

1117
### Fixed

Cargo.lock

Lines changed: 9 additions & 9 deletions
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.8"
3+
version = "0.14.9"
44
authors = ["Pascal Bach <[email protected]>"]
55
description = "Sync between different git repositories."
66
license = "MIT"

0 commit comments

Comments
 (0)