# v0.4.3
## Highlights
- Cross-platform release workflow with Dagger builds (macOS ARM64, Windows AMD64, Linux ARM64, Linux AMD64)
- Upgraded to Nushell 0.105.1
- Added `to sse` command for Server-Sent Events: `{data: 'hello'} | to sse` outputs `"data: hello\n\n"`
## Raw commits
* feat: add cross-platform release workflow with Dagger builds + Nushell 0.105.1 (#12) (2025-06-25)
* build(deps): vendor openssl for aarch64-musl target (2025-06-25)
* feat(scripts): add cross-compilation script and reorganize build scripts (2025-06-25)
* feat: add a `to sse` command (2025-06-25)
* Update README.md (2025-06-25)