From 7401613f9d9e21aa240147d784154a31d3313b57 Mon Sep 17 00:00:00 2001 From: kdli <115476530+kb019@users.noreply.github.com> Date: Fri, 11 Sep 2026 01:41:33 -0700 Subject: [PATCH] chore: release v0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b37dc3a..5e06837 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,7 +1724,7 @@ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" [[package]] name = "sprout-tui" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "cargo-husky", diff --git a/Cargo.toml b/Cargo.toml index 2532de1..b541063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sprout-tui" -version = "0.1.4" +version = "0.1.5" edition = "2024" description = "A habit tracker that lives in your terminal" license = "MIT"