We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa88723 commit 628bef7Copy full SHA for 628bef7
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.0.6] - 2026-02-24
4
+
5
+### <!-- 1 -->🐛 Bug Fixes
6
7
+- Use standard known_hosts file path
8
9
## [0.0.5] - 2026-02-24
10
11
### <!-- 0 -->⛰️ Features
PROJECT
@@ -9,4 +9,4 @@
# ==============================================================================
liblink
12
-0.0.5
+0.0.6
build.zig.zon
@@ -1,6 +1,6 @@
.{
.name = .liblink,
- .version = "0.0.5",
+ .version = "0.0.6",
.dependencies = .{
.libfast = .{
.url = "https://github.com/bresilla/libfast/archive/refs/tags/0.0.6.tar.gz",
0 commit comments