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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## 0.7.4a0 - 2026-08-02

### Public-alpha acceptance hardening

- Added a reusable wheel-installed public-alpha acceptance gate.
- Builds QuantumD from tracked source and installs the wheel into an isolated runtime.
- Confirms the package resolves from `site-packages` rather than an editable checkout.
- Preserves fail-closed denial when governed execution lacks KMS-signed evidence.
- Runs the local quickstart under isolated and deliberately poisoned cloud credentials.
- Requires simulator-only local trust and prohibits hardware authorization.
- Validates the generated QVERIFY and QEXEC evidence contracts.
- Independently verifies all cryptographic, workload, circuit, result, shot, and timing bindings.
- Confirms IBM and KMS are not contacted during offline local verification.
- Requires local private-key permissions and generated `.gitignore` protection.
- Requires the acceptance process to leave the repository unchanged.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "quantumd"
version = "0.7.3a0"
version = "0.7.4a0"
description = "Governed verification, policy enforcement, and evidence-bound execution for quantum software."
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading