Release 0.6.0
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:
@@ -10,6 +10,8 @@ ADR-007 and ADR-002.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.6.0] - 2026-07-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- measuringtools plugin (ADR-005): gage-lab instruments as Asset extensions
|
- measuringtools plugin (ADR-005): gage-lab instruments as Asset extensions
|
||||||
|
|||||||
@@ -24,9 +24,9 @@ __contract_version__ = '0.6.0'
|
|||||||
|
|
||||||
# Product release version (see ADR-007). The product version and the
|
# Product release version (see ADR-007). The product version and the
|
||||||
# plugin-contract version above are distinct series with independent
|
# plugin-contract version above are distinct series with independent
|
||||||
# bump rules; they happen to coincide at 0.5.0. Not part of the
|
# bump rules. Not part of the shopdb.api contract surface, so it is
|
||||||
# shopdb.api contract surface, so it is not re-exported there.
|
# not re-exported there.
|
||||||
__version__ = '0.5.0'
|
__version__ = '0.6.0'
|
||||||
|
|
||||||
|
|
||||||
def create_app(config_name: str = None) -> Flask:
|
def create_app(config_name: str = None) -> Flask:
|
||||||
|
|||||||
Reference in New Issue
Block a user