We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fed54 commit 4995fcfCopy full SHA for 4995fcf
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.0.9] - 2026-02-27
4
+
5
+### <!-- 1 -->🐛 Bug Fixes
6
7
+- Handle immediate shutdown errors in main loop
8
9
## [0.0.7] - 2026-02-24
10
11
### <!-- 0 -->⛰️ Features
PROJECT
@@ -1,2 +1,2 @@
libfast
-0.0.8
+0.0.9
build.zig.zon
@@ -1,6 +1,6 @@
.{
.name = .libfast,
- .version = "0.0.8",
+ .version = "0.0.9",
.dependencies = .{
// zquic removed - building custom minimal QUIC for SSH/QUIC
},
0 commit comments