Skip to content

Commit 908f9c8

Browse files
committed
chore: bump version to v0.7.0
1 parent 93b17f7 commit 908f9c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// This is a [Semantic Version](https://semver.org/).
1212
// In a future version of Zig it will be used for package deduplication.
13-
.version = "0.6.4",
13+
.version = "0.7.0",
1414

1515
// This field is optional.
1616
// This is currently advisory only; Zig does not yet do anything

src/linter/rules/snapshots/empty-file.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
𝙭 empty-file: empty-file.zig contains only whitespace
1111

1212

13-
𝙭 empty-file: empty-file.zig is empty
13+
𝙭 empty-file: empty-file.zig only contains comments
1414

1515

16-
𝙭 empty-file: empty-file.zig is empty
16+
𝙭 empty-file: empty-file.zig only contains comments
1717

1818

19-
𝙭 empty-file: empty-file.zig is empty
19+
𝙭 empty-file: empty-file.zig only contains comments
2020

2121

22-
𝙭 empty-file: empty-file.zig is empty
22+
𝙭 empty-file: empty-file.zig only contains comments
2323

2424

0 commit comments

Comments
 (0)