We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a708f25 commit d5991e4Copy full SHA for d5991e4
3 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [0.0.8] - 2026-02-25
4
+
5
+### <!-- 0 -->⛰️ Features
6
7
+- Implement keepalive probing for dead client detection
8
+- Gracefully terminate shell sessions
9
10
+### <!-- 1 -->🐛 Bug Fixes
11
12
+- Improve session termination and error handling
13
14
## [0.0.7] - 2026-02-24
15
16
### <!-- 3 -->📚 Documentation
PROJECT
@@ -9,4 +9,4 @@
# ==============================================================================
liblink
-0.0.7
+0.0.8
build.zig.zon
@@ -1,6 +1,6 @@
.{
.name = .liblink,
- .version = "0.0.7",
+ .version = "0.0.8",
.dependencies = .{
.libfast = .{
.url = "https://github.com/bresilla/libfast/archive/refs/tags/0.0.8.tar.gz",
0 commit comments