From b57dc2db73274a41e1d61fa5603fa70f1363320d Mon Sep 17 00:00:00 2001 From: Kim Harjamaki Date: Mon, 13 Jul 2026 12:30:45 +0300 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d73c7b..11fea0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".": "0.0.0"} +{".":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2aa7202 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +## 1.0.0 (2026-07-13) + + +### Features + +* **02-01:** consume shared evaluation contract ([99d3310](https://github.com/Coding-Autopilot-System/cas-evals/commit/99d33108a187c09f36c005f126699fbbc983d766)) +* **02-02:** expand representative benchmark corpus ([34d2e04](https://github.com/Coding-Autopilot-System/cas-evals/commit/34d2e040349d5cd149b6457dd8b581975f0e074f)) +* **02-03:** publish reproducible benchmark release ([a51d1b3](https://github.com/Coding-Autopilot-System/cas-evals/commit/a51d1b316656593642ab00531a7d750e27fc83f4)) +* add deterministic reference product evaluation ([2a89a9a](https://github.com/Coding-Autopilot-System/cas-evals/commit/2a89a9acbf40a8044f4b1da8a0f0379694dd7906)) +* complete Phase 2 shared contracts and corpus ([8b98613](https://github.com/Coding-Autopilot-System/cas-evals/commit/8b98613830cd1f0959581a8553a3fbba60619529)) +* **contracts:** verify registry-fetch smoke check + update vendored $id to resolvable Pages URL ([#9](https://github.com/Coding-Autopilot-System/cas-evals/issues/9)) ([4652531](https://github.com/Coding-Autopilot-System/cas-evals/commit/4652531d8bd750d7e90fda7dc258a37ba2412f3f)) +* ship reproducible evaluation framework v0.1 ([cec9519](https://github.com/Coding-Autopilot-System/cas-evals/commit/cec9519d6a0a5c0fdfae32a1cdf4911e75eb5fd2)) + + +### Bug Fixes + +* **02-03:** preserve cross-platform release bytes ([83f91cf](https://github.com/Coding-Autopilot-System/cas-evals/commit/83f91cf12811dfb0a67b515ffa462762d21d7e72)) +* **cas-evals:** preserve transport failure causes; add codeowners and harden workflows ([#8](https://github.com/Coding-Autopilot-System/cas-evals/issues/8)) ([4fe936c](https://github.com/Coding-Autopilot-System/cas-evals/commit/4fe936cc83ffdc4fd6ad825c373e949b1edbe0eb)) +* **ci:** repin release-please reusable workflow to reachable SHA ([#14](https://github.com/Coding-Autopilot-System/cas-evals/issues/14)) ([cd5486b](https://github.com/Coding-Autopilot-System/cas-evals/commit/cd5486bd521c631e6f2ccef0a9cbb15aa91cc04e)) +* **ci:** wire release-please PAT into reusable workflow caller ([#18](https://github.com/Coding-Autopilot-System/cas-evals/issues/18)) ([46c646c](https://github.com/Coding-Autopilot-System/cas-evals/commit/46c646c5f271a2e34e5ac4fc555063226b204f29)) +* preserve adapter failure diagnostics ([#7](https://github.com/Coding-Autopilot-System/cas-evals/issues/7)) ([801fe14](https://github.com/Coding-Autopilot-System/cas-evals/commit/801fe143c8a001ec36f185a167bca65134a90ac4)) + + +### Performance Improvements + +* **evaluate:** optimize reference product evaluation with concurrency ([#4](https://github.com/Coding-Autopilot-System/cas-evals/issues/4)) ([f4c4912](https://github.com/Coding-Autopilot-System/cas-evals/commit/f4c49120ba4ed5b7463ae71f46654c31e7a7f936))