chore(release): bump workspace to v1.1.2 + CHANGELOG

Workspace package version 1.1.1 -> 1.1.2; dashboard 0.7.0 -> 0.8.0
(workspace alignment, no docs-specific UI yet); SDK_VERSION
1.2 -> 1.3 for the docs:: surface + ctx.event.docs additions.

CHANGELOG entry documents the docs store, the query DSL subset, the
docs:* trigger kind, the prev_data change-data-capture surface, and
the new AppDocsRead/AppDocsWrite capabilities. Includes a downgrade
caveat (v1.1.2 -> v1.1.1 with queued docs outbox rows would fail
TriggerEvent deserialization) and known-limitations notes for the
text-lex comparison gotcha and the concurrent-update prev_data race.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-06-02 19:56:00 +02:00
parent 2a047f1f85
commit 277ba34e21
4 changed files with 98 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ members = [
]
[workspace.package]
version = "1.1.1"
version = "1.1.2"
edition = "2021"
rust-version = "1.92"
license = "MIT OR Apache-2.0"