Release 0.6.0
All checks were successful
CI / backend (push) Successful in 23s
CI / naming (push) Successful in 2s
CI / frontend (push) Successful in 7s

Bump __version__ per ADR-007; roll Unreleased into the 0.6.0
changelog section. Covers the machines rename (ADR-011), the
measuringtools plugin, per-plugin migrations (ADR-008), route
gating (ADR-009), the get_reports hook (contract 0.6.0), and
the sister-site adoption docs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
cproudlock
2026-07-11 19:24:36 -04:00
parent 02d8983195
commit e6a99b1bfd
2 changed files with 5 additions and 3 deletions

View File

@@ -24,9 +24,9 @@ __contract_version__ = '0.6.0'
# Product release version (see ADR-007). The product version and the
# plugin-contract version above are distinct series with independent
# bump rules; they happen to coincide at 0.5.0. Not part of the
# shopdb.api contract surface, so it is not re-exported there.
__version__ = '0.5.0'
# bump rules. Not part of the shopdb.api contract surface, so it is
# not re-exported there.
__version__ = '0.6.0'
def create_app(config_name: str = None) -> Flask: