diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ed9c80..984e5f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.0" + ".": "2.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2624bb4..63375d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.7.1](https://github.com/mag123c/toktrack/compare/v2.7.0...v2.7.1) (2026-05-14) + + +### Bug Fixes + +* **ci:** pin dtolnay/rust-toolchain to [@stable](https://github.com/stable) ref ([#146](https://github.com/mag123c/toktrack/issues/146)) ([a8f0ec9](https://github.com/mag123c/toktrack/commit/a8f0ec9a09c9ad1baef5e3f6f2e193e9ff1ef8d3)) +* **parser:** support gemini-cli JSONL format ([#144](https://github.com/mag123c/toktrack/issues/144)) ([#145](https://github.com/mag123c/toktrack/issues/145)) ([7ea890a](https://github.com/mag123c/toktrack/commit/7ea890a6bd6d4e37eda1cb1614edf069035884cd)) + ## [2.7.0](https://github.com/mag123c/toktrack/compare/v2.6.0...v2.7.0) (2026-05-02) diff --git a/Cargo.lock b/Cargo.lock index 4b6ad95..5ad46d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2644,7 +2644,7 @@ dependencies = [ [[package]] name = "toktrack" -version = "2.7.0" +version = "2.7.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 51b1a33..cf5f752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toktrack" -version = "2.7.0" +version = "2.7.1" edition = "2021" description = "Ultra-fast token & cost tracker for Claude Code, Codex CLI, and Gemini CLI" license = "MIT" diff --git a/npm/package.json b/npm/package.json index 23c6cdd..8694b16 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "toktrack", - "version": "2.7.0", + "version": "2.7.1", "description": "Ultra-fast token & cost tracker for Claude Code, Codex CLI, and Gemini CLI", "bin": { "toktrack": "./bin/run.js"