From c3518c0c513274767d37fe54817f191df47c5084 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Wed, 24 Apr 2019 13:34:34 +0200 Subject: [PATCH] Release version 0.12.0 --- 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 59e51eb..bb5bc08 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.12.0] - 2019-04-24 + ### Added - Allow logging to be configured via the `RUST_LOG` variable of [`env_logger`](https://crates.io/crates/env_logger) - Add posibility to set the global default `refspec` via command line argument `--refspec`. This will be used if no repo specific diff --git a/Cargo.lock b/Cargo.lock index d7523ec..a59110a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ dependencies = [ [[package]] name = "git-mirror" -version = "0.11.0" +version = "0.12.0" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6b0aab2..cae8aa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-mirror" -version = "0.11.0" +version = "0.12.0" authors = ["Pascal Bach "] description = "Sync between different git repositories." license = "MIT"