We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb14d4 commit 2dd3dedCopy full SHA for 2dd3ded
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 20240302
2
+
3
+#### Bugfixes
4
5
+- Fix edge case date handling
6
7
### 20240127
8
9
#### Bugfixes
build.zig
@@ -19,7 +19,7 @@ pub fn build(b: *std.Build) !void {
19
const build_opts = b.addOptions();
20
exe.addOptions("build_options", build_opts);
21
22
- const version = "20240127";
+ const version = "20240302";
23
build_opts.addOption([]const u8, "version", version);
24
25
const git_commit_hash = b.exec(&.{"git", "rev-parse", "HEAD"});
0 commit comments