diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fcb5b30..57779f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.2" + ".": "2.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e21e13..b21b312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.7.3](https://github.com/mag123c/toktrack/compare/v2.7.2...v2.7.3) (2026-05-14) + + +### Bug Fixes + +* **ci:** switch release.yml to actions-rust-lang/setup-rust-toolchain ([#150](https://github.com/mag123c/toktrack/issues/150)) ([30fe3cf](https://github.com/mag123c/toktrack/commit/30fe3cf7400edd085b09cbff6381a4d942b5715e)) + ## [2.7.2](https://github.com/mag123c/toktrack/compare/v2.7.1...v2.7.2) (2026-05-14) diff --git a/Cargo.lock b/Cargo.lock index 5cd992e..ae703f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2644,7 +2644,7 @@ dependencies = [ [[package]] name = "toktrack" -version = "2.7.2" +version = "2.7.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5c8f601..9fa0b5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toktrack" -version = "2.7.2" +version = "2.7.3" 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 ce41e04..51d08c3 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "toktrack", - "version": "2.7.2", + "version": "2.7.3", "description": "Ultra-fast token & cost tracker for Claude Code, Codex CLI, and Gemini CLI", "bin": { "toktrack": "./bin/run.js"