cctally 1.89.1 → 1.89.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [1.89.2] - 2026-07-31
9
+
10
+ ### Fixed
11
+ - Internal (maintainer-only): the public repository's CI matrix no longer fails on a test that requires maintainer-local tooling to be present. v1.89.1 stopped the remote-test transport harness from being treated as mandatory on a public checkout, but a test in the shipped suite still asserted that the same harness appears in a planned full-suite run — so the public matrix moved from failing before any test ran to failing on that one test, again across all three Python versions. That assertion now applies only in the private checkout, keyed off the very marker the runner itself uses to decide the harness is required, so the public suite skips it and the private tree still asserts it in full. (#446)
12
+
8
13
  ## [1.89.1] - 2026-07-31
9
14
 
10
15
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cctally",
3
- "version": "1.89.1",
3
+ "version": "1.89.2",
4
4
  "description": "Claude Code usage tracker and local dashboard for Pro/Max subscription limits - weekly cost-per-percent trend, quota forecasts, threshold alerts. ccusage-compatible.",
5
5
  "homepage": "https://github.com/omrikais/cctally",
6
6
  "repository": {