From f6a578177054ab6e43112abf4e93047078cc65af Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Mon, 12 Dec 2022 15:22:55 +0100 Subject: [PATCH] Release v0.14.7 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57569a3..242f7fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.14.7] - 2022-12-12 + +### Added + +- Add `--lfs` command line flag. To include LFS artifacts. + +### Changed + +- Update dependencies + ## [0.14.6] - 2022-07-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index eed8cf5..a3263c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.14.6" +version = "0.14.7" authors = ["Pascal Bach "] description = "Sync between different git repositories." license = "MIT"