Skip to content

Commit b05cd67

Browse files
author
Anirudh Vyas
committed
chore: prepare 0.1.0-m3 release
1 parent ffefd2a commit b05cd67

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to Xaeroflux will be documented in this file.
44

5+
[0.1.0-m3] - 2025-05-22
6+
7+
Added:
8+
9+
- Read portion of SDK API - Replayable subject that scans events from segments
10+
and relays them through subject booted with Scan operator.
11+
- Segment Reader plumbing that reads segments for Replay
12+
- Segment reading logic
13+
- Configuration for files
14+
- Cleanup and more test cases.
15+
16+
517
[0.1.0-m2] - 2025-05-18
618

719
Added

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
@@ -3,7 +3,7 @@ name = "xaeroflux"
33
description = "EXPERIMENTAL: This crate is not ready for production use"
44
categories = ["database", "database-implementations"]
55
keywords = ["unstable", "draft", "experimental"]
6-
version = "0.1.0-m2"
6+
version = "0.1.0-m3"
77
authors = ["[email protected]"]
88
edition = "2024"
99
license = "MPL-2.0"

0 commit comments

Comments
 (0)