From 00e551ff3ee921b8c0f45b6bcb48dbfbf9a93038 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Tue, 13 Dec 2022 21:52:59 +0100 Subject: [PATCH] Release version 0.14.8 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 242f7fd..93d4685 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.8] - 2022-12-13 + +### Fixed + +- Fix missing `--version` flag + +### Changed + +- Remove docker builds. They are not working anymore and outdated. + ## [0.14.7] - 2022-12-12 ### Added diff --git a/Cargo.lock b/Cargo.lock index e1ee24b..30aed89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ dependencies = [ [[package]] name = "git-mirror" -version = "0.14.7" +version = "0.14.8" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index e271ed5..a51f789 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.14.7" +version = "0.14.8" authors = ["Pascal Bach "] description = "Sync between different git repositories." license = "MIT"