Skip to content

Commit 69070d5

Browse files
committed
chore: prepare release v0.3.0
- Update version to 0.3.0 in self_update_checker.ml - Finalize CHANGELOG.md for 0.3.0 release with date 2026-02-11
1 parent 221e321 commit 69070d5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.3.0] - 2026-02-11
10+
911
### Added
1012

1113
- **RPC Browser streaming**: Monitor/streaming RPC endpoints (e.g., `/monitor/heads/main`) now display live-updating content instead of timing out. Streaming is detected automatically and uses the pager's streaming mode with incremental JSON syntax highlighting.

src/self_update_checker.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
open Rresult
99

1010
(** Current version - kept in sync with main.ml *)
11-
let current_version = "0.2.1"
11+
let current_version = "0.3.0"
1212

1313
(** GitHub repository info *)
1414
let github_owner = "trilitech"

0 commit comments

Comments
 (0)