We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749c11b commit 15d1bedCopy full SHA for 15d1bed
3 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.0.17] - 2026-03-10
4
+
5
+### <!-- 7 -->⚙️ Miscellaneous Tasks
6
7
+- Update libsafe dependency to v0.0.8
8
+- Merge develop to main
9
10
## [0.0.16] - 2026-03-10
11
12
### <!-- 7 -->⚙️ Miscellaneous Tasks
PROJECT
@@ -1,2 +1,2 @@
libfast
-0.0.16
+0.0.17
build.zig.zon
@@ -1,6 +1,6 @@
.{
.name = .libfast,
- .version = "0.0.16",
+ .version = "0.0.17",
.dependencies = .{
.libsafe = .{
.url = "git+https://github.com/libzig/libsafe#0.0.8",
0 commit comments