We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe93f95 commit 8ec68c9Copy full SHA for 8ec68c9
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.0.6] - 2026-03-04
4
+
5
+### <!-- 0 -->⛰️ Features
6
7
+- Add SSH host key and signature management
8
9
## [0.0.3] - 2026-03-03
10
11
### <!-- 0 -->⛰️ Features
PROJECT
@@ -1,2 +1,2 @@
libsafe
-0.0.5
+0.0.6
build.zig.zon
@@ -1,6 +1,6 @@
.{
.name = .libsafe,
- .version = "0.0.5",
+ .version = "0.0.6",
.fingerprint = 0x239374c34840c6b9,
.minimum_zig_version = "0.16.0-dev.0",
.dependencies = .{},
0 commit comments