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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

- No unreleased changes.

## 0.1.0-alpha.1 - 2026-07-10

- Add public scoped-package publish metadata and package repository links.
- Add a manual alpha publish workflow with npm provenance and an alpha-version
guard.
- Record the first shared factory live-QVAC alpha smoke validation in the
validation checklist while keeping public benchmark claims blocked until a
full benchmark report is completed.

## 0.1.0-alpha.0 - 2026-07-09

- Initial alpha CLI for OpenAI-compatible streaming QVAC benchmarks.
Expand Down
2 changes: 1 addition & 1 deletion docs/validation-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all automated tests use in‑memory mock servers.

## Release Readiness Status

Current package version: `0.1.0-alpha.0`
Current package version: `0.1.0-alpha.1`

As of 2026-07-10:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localhost41/qvac-bench",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "QVAC developer tooling package: qvac-bench",
"license": "MIT",
"repository": {
Expand Down
Loading