Skip to content

Release v0.11.0

Choose a tag to compare

@github-actions github-actions released this 02 Mar 19:15
· 48 commits to main since this release

Highlights

The .active frame metadata now uses a single start enum field instead of separate new (boolean) and after (optional ID) fields. This simplifies how actors communicate their startup context.

Updated embedded Nushell to 0.111.0.

Breaking changes

  • feat!: replace new/after with start enum in .active frame metadata

Changelog

  • chore: upgrade nushell dependencies to 0.111.0
  • docs: discord-bot example
  • docs: rework getting started tutorial to use metadata instead of CAS