Skip to content

Commit 15d1bed

Browse files
committed
chore(release): prepare for 0.0.17
1 parent 749c11b commit 15d1bed

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [0.0.16] - 2026-03-10
411

512
### <!-- 7 -->⚙️ Miscellaneous Tasks

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
libfast
2-
0.0.16
2+
0.0.17

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .libfast,
3-
.version = "0.0.16",
3+
.version = "0.0.17",
44
.dependencies = .{
55
.libsafe = .{
66
.url = "git+https://github.com/libzig/libsafe#0.0.8",

0 commit comments

Comments
 (0)