Skip to content

Commit 0f3513e

Browse files
committed
Version 0.0.6
1 parent 3f90249 commit 0f3513e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.0.6
2+
- `ziglint` now utilizes exit codes.
3+
- Logging verbosity has been decreased.
4+
15
### 0.0.5
26
- `ziglint` no longer gets stuck in an infinite loop while attempting to lint certain symlink configurations on Windows.
37

src/main.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Version = @import("./semver.zig").Version;
1515
const ZIGLINT_VERSION = Version{
1616
.major = 0,
1717
.minor = 0,
18-
.patch = 5,
18+
.patch = 6,
1919
.prerelease = null,
2020
.build_metadata = @import("comptime_build").GIT_COMMIT_HASH,
2121
};

0 commit comments

Comments
 (0)