diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd01e1..eb185d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.9.0] - 2026-09-05 +- feat(tui): add hourly usage statistics (#248) - @jimyag + ## [3.8.0] - 2026-09-04 - feat(tui): add project activity filtering (#244) - @jimyag - GPT-6 Astra (#246) - @mike1858 diff --git a/Cargo.lock b/Cargo.lock index 7fdabc4..9ef2139 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2755,7 +2755,7 @@ dependencies = [ [[package]] name = "splitrail" -version = "3.8.0" +version = "3.9.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 45c8625..617a853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "splitrail" -version = "3.8.0" +version = "3.9.0" edition = "2024" license = "MIT" authors = ["Piebald LLC "]