Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 4, 2024
1 parent 120fdb0 commit 2557bc0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.7.0

- Implement rule templates: tags and conditions from a rule named
`[!template]` will be prepended to each following rule. Use bodyless
`[!template]` if you need to reset the template.
- Fix incorrect glob matching bug when there were file patterns with
the only difference in a leading slash (such as `/README.md` and
`README.md`) in the ruleset.
- `--dump-config` option is now considered internal and is hidden from
the help.

## 0.6.0

- Expand tilde in `root` paths.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "omnilinter"
description = "General purpose bulk linter"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Dmitry Marakasov <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 2557bc0

Please sign in to comment.