Skip to content

Commit

Permalink
version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iafisher committed Dec 4, 2024
1 parent cb1b660 commit 76153ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

Numbers in parentheses after entries refer to issues in the [GitHub issue tracker](https://github.com/iafisher/iprecommit/issues).

## [0.6.3] - 2024-12-03
- Bug fix: Negative filters (e.g., `["!*.md"]`) now work correctly.
- `iprecommit run` and `iprecommit fix` now take a `--skip` flag to optionally skip checks. You can also set `skip = true` in `precommit.toml`.
- `iprecommit run` takes an optional `--fail-fast` flag.
- `autofix` can be specified in `precommit.toml` on a per-check basis.

## [0.6.2] - 2024-12-03
- Bug fix: deleted files are no longer passed to commands for `iprecommit run --all`.
- Bug fix: `iprecommit run --unstaged` now considers untracked files as well as tracked files with unstaged changes.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iprecommit"
version = "0.6.2"
version = "0.6.3"
description = "Dead-simple Git pre-commit hooks"
authors = ["Ian Fisher <ian@iafisher.com>"]
license = "MIT"
Expand Down

0 comments on commit 76153ad

Please sign in to comment.