From 8032465ab6cb716475045e9a74b5c19e539342d1 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 24 Jun 2021 10:56:25 +0200 Subject: [PATCH] chore: prepare 0.14.3 release --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d787c..d39e8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.14.3] - 2021-06-24 + ### Fixed - Don't report skipped tasks as YAML parser error. diff --git a/Cargo.lock b/Cargo.lock index 3318564..770de21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,7 +313,7 @@ dependencies = [ [[package]] name = "git-mirror" -version = "0.14.2" +version = "0.14.3" dependencies = [ "chrono", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index dd8597b..b95525a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.14.2" +version = "0.14.3" authors = ["Pascal Bach "] description = "Sync between different git repositories." license = "MIT"