Skip to content

Commit 2f8246f

Browse files
committed
release: v0.4.1
1 parent 20fa507 commit 2f8246f

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .ziglint,
3-
.version = "0.4.0",
3+
.version = "0.4.1",
44
.fingerprint = 0x4b7deecc2ff046b7,
55
.paths = .{
66
"build.zig",

docs/releases/v0.4.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## What's New
2+
3+
### Bug Fixes
4+
5+
- **Z020**: No longer flags `@This()` when passed as a function argument (e.g., `testing.refAllDecls(@This())`)
6+
7+
## Installation
8+
9+
```bash
10+
mise use github:rockorager/ziglint
11+
```

0 commit comments

Comments
 (0)