Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikaCodes committed Jul 7, 2023
1 parent b0ea7ce commit b075823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.0.3
- Support for the Windows operating system has been improved.
- [`exclude`](https://github.com/AnnikaCodes/ziglint#exclude) and [`include`](https://github.com/AnnikaCodes/ziglint#include) rules can now be specified with command-line options.

### 0.0.2
- New [`exclude`](https://github.com/AnnikaCodes/ziglint#exclude) and [`include`](https://github.com/AnnikaCodes/ziglint#include) rules have been implemented!
- [`max_line_length`](https://github.com/AnnikaCodes/ziglint#max_line_length) now defaults to a maximum of 100 characters per line.
Expand Down
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Version = @import("./semver.zig").Version;
const ZIGLINT_VERSION = Version{
.major = 0,
.minor = 0,
.patch = 2,
.patch = 3,
.prerelease = null,
.build_metadata = @import("comptime_build").GIT_COMMIT_HASH,
};
Expand Down

0 comments on commit b075823

Please sign in to comment.