We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1f3ed commit fe38dedCopy full SHA for fe38ded
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.0.13] - 2026-03-10
4
+
5
+### <!-- 0 -->⛰️ Features
6
7
+- Improve network address handling
8
9
## [0.0.12] - 2026-03-10
10
11
### <!-- 0 -->⛰️ Features
PROJECT
@@ -9,4 +9,4 @@
# ==============================================================================
liblink
12
-0.0.12
+0.0.13
build.zig.zon
@@ -1,6 +1,6 @@
.{
.name = .liblink,
- .version = "0.0.12",
+ .version = "0.0.13",
.dependencies = .{
.libfast = .{
.url = "git+https://github.com/bresilla/libfast#0.0.16",
0 commit comments