We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b6799 commit 4eae579Copy full SHA for 4eae579
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.0.5] - 2026-03-04
4
+
5
+### <!-- 0 -->⛰️ Features
6
7
+- Update libfast dependency to 0.0.14
8
9
## [0.0.3] - 2026-03-03
10
11
### <!-- 0 -->⛰️ Features
PROJECT
@@ -1,2 +1,2 @@
libflux
-0.0.4
+0.0.5
build.zig.zon
@@ -1,6 +1,6 @@
.{
.name = .libflux,
- .version = "0.0.4",
+ .version = "0.0.5",
.dependencies = .{
.libfast = .{
.url = "git+https://github.com/bresilla/libfast?ref=0.0.14",
0 commit comments