Skip to content

Commit

Permalink
version 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iafisher committed Feb 20, 2025
1 parent 93ae053 commit 0d5e15c
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.3] - 2025-02-20
- Commit no longer fails if only staged changes are deletions and renames. (<https://github.com/iafisher/iprecommit/issues/73>)

## [0.7.2] - 2025-02-07
- `iprecommit run` and `iprecommit fix` now take a `--only` flag to only run a subset of checks.
- The `IPRECOMMIT_SKIP` environment variable can be used to skip checks.
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.7.2"
version = "0.7.3"
description = "Dead-simple Git pre-commit hooks"
authors = ["Ian Fisher <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0d5e15c

Please sign in to comment.