Skip to content

Commit 627193f

Browse files
committed
Version 0.0.1
1 parent 625baf2 commit 627193f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### 0.0.1
2+
This is the first version of `ziglint`.
3+
It's not too useful, but it supports two rules (`check_format` and `max_line_length`) and it can upgrade itself and follow directives from a `.gitignore`.

src/main.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const ZIGLINT_VERSION = Version{
1616
.major = 0,
1717
.minor = 0,
1818
.patch = 1,
19-
.prerelease = "prerelease",
19+
.prerelease = null,
2020
.build_metadata = @import("comptime_build").GIT_COMMIT_HASH,
2121
};
2222

0 commit comments

Comments
 (0)