Skip to content

Commit 32a08de

Browse files
committed
chore: release 0.6.4
1 parent 2b5ff54 commit 32a08de

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cross-stream"
33
edition = "2021"
4-
version = "0.6.3"
4+
version = "0.6.4"
55
rust-version = "1.88.0"
66
description = "An event stream store for personal, local-first use, specializing in event sourcing."
77
license = "MIT"

changes/v0.6.4.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# v0.6.4
2+
3+
## Highlights
4+
5+
- **SSE Fix**: Fixed the `--sse` flag for `xs cat` command - the Accept header is now correctly sent to enable Server-Sent Events format
6+
7+
## Changes
8+
9+
* docs: move website update to final step in release process (2025-10-17)
10+
* fix: cat --sse flag now correctly sends Accept header (2025-10-17)

0 commit comments

Comments
 (0)