Skip to content

Commit

Permalink
version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iafisher committed Dec 14, 2024
1 parent f2f2272 commit 8141439
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ 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.7.0] - 2024-12-13
- Bug fix: Installation process is more robust.

## [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`.
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.3"
version = "0.7.0"
description = "Dead-simple Git pre-commit hooks"
authors = ["Ian Fisher <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8141439

Please sign in to comment.