diff --git a/Cargo.lock b/Cargo.lock index d955e93..a6f8b36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "git-graph" -version = "0.6.0" +version = "0.7.0" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7103840..f8b883c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-graph" -version = "0.6.0" +version = "0.7.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"