Skip to content

Commit 2dd3ded

Browse files
committed
Release 20240302
1 parent 6bb14d4 commit 2dd3ded

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 20240302
2+
3+
#### Bugfixes
4+
5+
- Fix edge case date handling
6+
17
### 20240127
28

39
#### Bugfixes

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub fn build(b: *std.Build) !void {
1919
const build_opts = b.addOptions();
2020
exe.addOptions("build_options", build_opts);
2121

22-
const version = "20240127";
22+
const version = "20240302";
2323
build_opts.addOption([]const u8, "version", version);
2424

2525
const git_commit_hash = b.exec(&.{"git", "rev-parse", "HEAD"});

0 commit comments

Comments
 (0)