Skip to content

Commit 00884a5

Browse files
committed
Version 0.0.5
1 parent 4ab5e56 commit 00884a5

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
@@ -1,3 +1,6 @@
1+
### 0.0.5
2+
- `ziglint` no longer gets stuck in an infinite loop while attempting to lint certain symlink configurations on Windows.
3+
14
### 0.0.4
25
- `.gitignore` files are now correctly parsed on Windows.
36
- Error reporting in the upgrade process has been improved.

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 = 4,
18+
.patch = 5,
1919
.prerelease = null,
2020
.build_metadata = @import("comptime_build").GIT_COMMIT_HASH,
2121
};

0 commit comments

Comments
 (0)