Skip to content
Merged

3.7.1 #241

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "splitrail"
version = "3.7.0"
version = "3.7.1"
edition = "2024"
license = "MIT"
authors = ["Piebald LLC <support@piebald.ai>"]
Expand Down
Loading