From 05b3aabcf7d62428ce5cd915e93f4fcda450bf7f Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Sun, 9 Nov 2025 12:28:04 +0300 Subject: [PATCH] release 0.1.19 * Add reverse order option * Correct panic handling to not mess up terminal * Add debug logging * Refresh dependencies * Include synced lock file for reproducability --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bd3f0b..f3a53db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,7 +454,7 @@ dependencies = [ [[package]] name = "git-igitt" -version = "0.1.18" +version = "0.1.19" dependencies = [ "clap", "crossterm 0.29.0", diff --git a/Cargo.toml b/Cargo.toml index cf836ac..da4d734 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-igitt" -version = "0.1.18" +version = "0.1.19" authors = ["Martin Lange "] description = "Interactive Git terminal application to browse and visualize Git history graphs arranged for your branching model" repository = "https://github.com/mlange-42/git-igitt.git"