Release 0.7.0
Cuts the large post-0.6.0 pile as a pinnable release: the machines rename (ADR-011), the API import surface, personal/scoped/collector API tokens and the get_permissions plugin hook, the ADR-010 frontend hook contract, per-plugin migrations, model/employee photos, the dualpath single-machine toggle and relationship propagation, support teams, email sending, and the shared asset label generator. Plugin contract moved 0.6.0 -> 0.10.0 over this range (distinct series per ADR-007). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -38,7 +38,7 @@ __contract_version__ = '0.10.0'
|
||||
# plugin-contract version above are distinct series with independent
|
||||
# bump rules. Not part of the shopdb.api contract surface, so it is
|
||||
# not re-exported there.
|
||||
__version__ = '0.6.0'
|
||||
__version__ = '0.7.0'
|
||||
|
||||
|
||||
def create_app(config_name: str = None) -> Flask:
|
||||
|
||||
Reference in New Issue
Block a user