chore(v1.1.3-modules): version bumps + CHANGELOG + blueprint touch-up

- Workspace `1.1.2` → `1.1.3` (`Cargo.toml`).
- Dashboard `0.8.0` → `0.9.0` (`package.json`).
- CHANGELOG: full v1.1.3 entry covering ScriptKind, ModuleSource,
  PicloudModuleResolver, the two caches, dep-graph table, route +
  trigger module rejection, the latent cross-app trigger gap that
  this release closes, migrations 0015/0016, and downgrade caveats.
- Blueprint: mark the "Can scripts `import` Rhai modules?" question
  as resolved; one-line pointer to the v1.1.3 semantics.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-06-02 22:28:02 +02:00
parent 610fd4ffa2
commit 10f76d29ca
5 changed files with 115 additions and 12 deletions

View File

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