Skip to content

Release v0.17.2

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 05:11
· 1 commit to main since this release

v0.17.2

Highlights

  • Embedded cross.stream store updated to 0.13.3. A re-registered (hot-replaced) service no longer loses .append, and a module's exported function can now call the store builtins (.append, .cat, .last, ...), not just plain nushell. See the cross-stream 0.13.3 notes for detail.

  • --watch no longer reload-loops on the store directory. The --store directory is now excluded from the recursive --watch, so a handler writing frames no longer triggers an endless reload cycle.

Raw commits

  • feat: update embedded cross.stream to 0.13.3 (2026-06-09)
  • docs: note Homebrew tap-trust before install (2026-06-08)
  • fix: exclude --store dir from --watch to prevent reload loops (2026-06-07)
  • docs: note --watch is recursive; keep --store out of the watched dir (2026-06-07)
  • chore: bump to v0.17.2-dev (2026-06-07)