From 24ea146e311a10a6ae78039c2f9fc5760378e8b3 Mon Sep 17 00:00:00 2001 From: Martin Lange Date: Tue, 5 Jan 2021 21:12:23 +0100 Subject: [PATCH] increment version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8248d46..d69529f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "git-graph" -version = "0.1.7" +version = "0.2.0" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 647f331..53dc96b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-graph" -version = "0.1.7" +version = "0.2.0" authors = ["Martin Lange "] description = "Command line tool to show clear git graphs arranged for your branching model" repository = "https://github.com/mlange-42/git-graph.git"