From e02af838e74e56c14b8fafa9fa1da72446afa46a Mon Sep 17 00:00:00 2001 From: Mike Date: Thu, 20 Aug 2026 12:32:07 -0600 Subject: [PATCH] 3.7.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf0253..7faeba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.7.1] - 2026-08-20 +- feat(analyzers): add DeepSeek Harness support (#236) - @jimyag +- fix(tui): preserve subcent costs during aggregation (#237) - @jimyag +- feat(models): add Qwen3.7 Plus and Flash pricing (#238) - @kozora +- ci(checks): run the test suite on Linux and Windows (#234) - @NickAme03 +- Add MiniMax-M3 model pricing to the cost registry (#217) - @octo-patch +- feat(models): Add tiered GPT-5.6 Sol pricing (#239) - @mike1858 +- fix(models): Complete Terra and Luna tiered pricing (#240) - @mike1858 +- Make Sonnet 5 pricing permanent (#235) - @mike1858 + ## [3.7.0] - 2026-08-01 - feat(analyzers): add Grok session usage tracking (#229) - @jimyag - feat(tui): filter usage by model (#218) - @jimyag diff --git a/Cargo.lock b/Cargo.lock index 8d30fba..7b1c574 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2755,7 +2755,7 @@ dependencies = [ [[package]] name = "splitrail" -version = "3.7.0" +version = "3.7.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 9bb5260..4d32686 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "splitrail" -version = "3.7.0" +version = "3.7.1" edition = "2024" license = "MIT" authors = ["Piebald LLC "]