From 7fe8930bdb509d21a9abc476c0ee8322b4c53b14 Mon Sep 17 00:00:00 2001 From: localhost41 Date: Sat, 18 Jul 2026 23:07:47 -0700 Subject: [PATCH] Prepare v0.1.0-alpha.2 --- CHANGELOG.md | 5 +++++ docs/validation-checklist.md | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae452c4..da88fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,14 @@ ## Unreleased +- No unreleased changes. + +## 0.1.0-alpha.2 - 2026-07-19 + - Use QVAC CLI's `127.0.0.1:11434` endpoint as the CLI and documentation default. - Add npm discovery keywords and a benefit-oriented package description. - Clarify that this is an independent community project. +- Upgrade npm in the release workflow to support OIDC trusted publishing. ## 0.1.0-alpha.1 - 2026-07-10 diff --git a/docs/validation-checklist.md b/docs/validation-checklist.md index b35aa48..818aeb2 100644 --- a/docs/validation-checklist.md +++ b/docs/validation-checklist.md @@ -14,7 +14,7 @@ all automated tests use in‑memory mock servers. ## Release Readiness Status -Current package version: `0.1.0-alpha.1` +Current package version: `0.1.0-alpha.2` As of 2026-07-10: diff --git a/package.json b/package.json index 6fe67da..a16f818 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localhost41/qvac-bench", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "description": "Benchmark local QVAC OpenAI-compatible streaming endpoints from the command line", "keywords": [ "qvac",