Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".": "0.0.0"}
{".":"1.0.0"}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Align the release manifest with package metadata

This records the release state as 1.0.0, but the Python package still builds and reports 0.2.0 in pyproject.toml and src/cas_evals/__init__.py. When the release-please workflow cuts a v1.0.0 GitHub release from this manifest, users installing or building from that tag will get a distribution whose metadata/API version is still 0.2.0, which makes the published release non-reproducible and can confuse any downstream pinning by package version. Please bump the package metadata or configure release-please to manage those version files before releasing.

Useful? React with 👍 / 👎.

28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))