From ff915769f00160a2d927b96170eb1801dfd5fbf0 Mon Sep 17 00:00:00 2001 From: Fabio Wakim Trentini Date: Thu, 11 Jun 2026 16:02:51 -0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.4.1=20=E2=80=94=20dashboar?= =?UTF-8?q?d=20chart=20polish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cycle Time charts (% PRs merged within 1 day, cycle time distribution) bars thickened to 24px to match the Stabilization Distribution look (#93). Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 12 ++++++++++++ iris/cli.py | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6315a24..355a170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to Iris are documented here. The format is based on [Keep a --- +## v1.4.1 — Dashboard chart polish (2026-06-11) + +### Changed + +- **Cycle Time charts now match the Stabilization Distribution look** (#93). + The two per-repo Cycle Time charts (*% PRs merged within 1 day* and *cycle + time distribution*) used 16px CSS bars, visibly thinner than the + Recharts-based Stabilization chart. Both bars are now 24px with a slightly + larger row gap, for a consistent look and feel across the dashboard. + +--- + ## v1.4.0 — AI agent usage telemetry, privacy-by-construction (2026-06-11) The full intelligence loop for AI-agent usage: measure how much AI effort goes diff --git a/iris/cli.py b/iris/cli.py index 16d1e18..d1890dc 100644 --- a/iris/cli.py +++ b/iris/cli.py @@ -17,7 +17,7 @@ from iris.reports.narrative import generate_narrative from iris.reports.writer import write_output -VERSION = "v1.4.0" +VERSION = "v1.4.1" # Analysis windows the platform's window selector (issue #80) expects. # Running `--windows 7,15,30,60,90` populates one snapshot per window so the diff --git a/pyproject.toml b/pyproject.toml index 651402d..93d5301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "iris" -version = "1.4.0" +version = "1.4.1" description = "Engineering intelligence for the AI era — measure signal vs noise in software delivery" requires-python = ">=3.11" license = "Apache-2.0"