We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f90249 commit 0f3513eCopy full SHA for 0f3513e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 0.0.6
2
+- `ziglint` now utilizes exit codes.
3
+- Logging verbosity has been decreased.
4
+
5
### 0.0.5
6
- `ziglint` no longer gets stuck in an infinite loop while attempting to lint certain symlink configurations on Windows.
7
src/main.zig
@@ -15,7 +15,7 @@ const Version = @import("./semver.zig").Version;
15
const ZIGLINT_VERSION = Version{
16
.major = 0,
17
.minor = 0,
18
- .patch = 5,
+ .patch = 6,
19
.prerelease = null,
20
.build_metadata = @import("comptime_build").GIT_COMMIT_HASH,
21
};
0 commit comments