Skip to content

Commit 8374bba

Browse files
committed
Release 0.4.0
1 parent 1287c16 commit 8374bba

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.4.0
2+
3+
- Fix incorrect match reporting level (files vs. lines) in some cases
4+
- Fix incorrect line match reporting despite of `match` preconditions not
5+
satisfied
6+
- Fix first parser eating away first character of exclude regexps
7+
- Improve ruleset syntax
8+
- Don't use backslash escaping in rule titles, literal `]` may now be
9+
written as `]]`
10+
- Don't use backslash escaping in regexps - it's not really needed as
11+
(almost) any framing charactes are allowed
12+
- Support unicode framing characters in regexps
13+
- Disallow brackets as regexp framing characters to avoid confusion
14+
- Implement parsed config dumping (may be useful in future for config
15+
format migration)
16+
- Allow to delimit tags with commas in CLI (`--ignore-tags=foo,bar,baz`)
17+
- Make tags case insensitive
18+
- Improve glob and regexp matching performance
19+
- Don't panic with unhelpful message when non-directory is specified as root
20+
- No longer rely on rust unstable features and thus require rust nightly
21+
- Make some features conditionally compiled
22+
123
## 0.3.0
224

325
- Switch to custom config format

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "omnilinter"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "GPL-3.0-or-later"
66
readme = "README.md"

0 commit comments

Comments
 (0)