diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 984e5f0..fcb5b30 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.1" + ".": "2.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 63375d6..4e21e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.2](https://github.com/mag123c/toktrack/compare/v2.7.1...v2.7.2) (2026-05-14) + + +### Bug Fixes + +* **parser:** merge gemini env-var tests to avoid cargo-parallel race ([#148](https://github.com/mag123c/toktrack/issues/148)) ([317ddec](https://github.com/mag123c/toktrack/commit/317ddec531428edba9ada97d52c4c30a183cdb65)) + ## [2.7.1](https://github.com/mag123c/toktrack/compare/v2.7.0...v2.7.1) (2026-05-14) diff --git a/Cargo.lock b/Cargo.lock index 5ad46d4..5cd992e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2644,7 +2644,7 @@ dependencies = [ [[package]] name = "toktrack" -version = "2.7.1" +version = "2.7.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cf5f752..5c8f601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toktrack" -version = "2.7.1" +version = "2.7.2" 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 8694b16..ce41e04 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "toktrack", - "version": "2.7.1", + "version": "2.7.2", "description": "Ultra-fast token & cost tracker for Claude Code, Codex CLI, and Gemini CLI", "bin": { "toktrack": "./bin/run.js"