Skip to content

Commit d5991e4

Browse files
committed
chore(release): prepare for 0.0.8
1 parent a708f25 commit d5991e4

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

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+
314
## [0.0.7] - 2026-02-24
415

516
### <!-- 3 -->📚 Documentation

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# ==============================================================================
1010

1111
liblink
12-
0.0.7
12+
0.0.8

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .liblink,
3-
.version = "0.0.7",
3+
.version = "0.0.8",
44
.dependencies = .{
55
.libfast = .{
66
.url = "https://github.com/bresilla/libfast/archive/refs/tags/0.0.8.tar.gz",

0 commit comments

Comments
 (0)