Skip to content

Commit 1bb982d

Browse files
committed
chore: release 0.7.1
1 parent b9edd50 commit 1bb982d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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.7.0"
4+
version = "0.7.1"
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/0.7.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# v0.7.1
2+
3+
## Highlights
4+
5+
- **Streaming `.head` command**: The `.head` command now supports `--follow` flag for real-time updates when the head of a topic changes
6+
- **Improved interrupt handling**: Fixed Ctrl-C signal handling in `.cat -f` streaming mode
7+
8+
## Changelog
9+
10+
- feat: add --follow flag to .head command for streaming updates
11+
- fix: respect interrupt signals in .cat -f streaming

0 commit comments

Comments
 (0)