From d5eb5399470a7fdabe5c27442e20a921c7e8f884 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 07:46:19 +0000 Subject: [PATCH] chore: release v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d26d116..c0a6d2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,7 +1724,7 @@ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" [[package]] name = "sprout-tui" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "cargo-husky", diff --git a/Cargo.toml b/Cargo.toml index 3e12d8b..29f9af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sprout-tui" -version = "0.1.1" +version = "0.1.2" edition = "2024" description = "A habit tracker that lives in your terminal" license = "MIT"