Skip to content

Commit 4995fcf

Browse files
committed
chore(release): prepare for 0.0.9
1 parent f2fed54 commit 4995fcf

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.0.9] - 2026-02-27
4+
5+
### <!-- 1 -->🐛 Bug Fixes
6+
7+
- Handle immediate shutdown errors in main loop
8+
39
## [0.0.7] - 2026-02-24
410

511
### <!-- 0 -->⛰️ Features

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
libfast
2-
0.0.8
2+
0.0.9

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .libfast,
3-
.version = "0.0.8",
3+
.version = "0.0.9",
44
.dependencies = .{
55
// zquic removed - building custom minimal QUIC for SSH/QUIC
66
},

0 commit comments

Comments
 (0)