Skip to content

Commit a90ae9e

Browse files
committed
chore: release 0.9.1
1 parent eef0519 commit a90ae9e

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

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.9.0"
4+
version = "0.9.1"
55
rust-version = "1.91.0"
66
description = "An event stream store for personal, local-first use, specializing in event sourcing."
77
license = "MIT"

changes/v0.9.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Highlights
2+
3+
- **Windows binary support**: Pre-built Windows binaries are now available in GitHub releases
4+
- **cargo-binstall support**: Install xs in seconds instead of 20 minutes with `cargo binstall cross-stream`
5+
6+
## Changelog
7+
8+
- feat: add Windows binary build support
9+
- feat: add cargo-binstall support for pre-built binaries

0 commit comments

Comments
 (0)