cctally 1.94.0 → 1.94.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 +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [1.94.2] - 2026-08-08
9
+
10
+ ### Fixed
11
+ - Release validation's segment-elision oracle no longer flakes when two equivalent rebuilds cross a one-second boundary: it still compares the complete migration set, but ignores each rebuild's wall-clock migration timestamp.
12
+
13
+ ## [1.94.1] - 2026-08-08
14
+
15
+ ### Fixed
16
+ - Release validation now runs reliably across Linux filesystems: corruption-recovery fixtures use the existing guarded test-copy path when reflinks are unavailable, identity-swap fixtures force a genuinely different inode even when the filesystem immediately reuses one, and doctor goldens normalize filesystem-specific allocated blocks without hiding a missing measurement.
17
+
8
18
  ## [1.94.0] - 2026-08-08
9
19
 
10
20
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cctally",
3
- "version": "1.94.0",
3
+ "version": "1.94.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": {