diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a07d98..f4fbab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.14.10] - 2023-01-09 + +### Added + +- Add option to disable Git LFS by adding `lfs: false` to the description YAML. + ## [0.14.9] - 2022-12-16 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 43ba694..311bc6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ dependencies = [ [[package]] name = "git-mirror" -version = "0.14.9" +version = "0.14.10" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 0f33904..a9aa2e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.14.9" +version = "0.14.10" authors = ["Pascal Bach "] description = "Sync between different git repositories." license = "MIT"