Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iafisher committed Dec 1, 2024
1 parent 4843bc9 commit 894fa58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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.0] - 2024-12-01
- `autofix` option added to TOML.
- `iprecommit-commit-msg-format` now correctly ignores diffs in commit messages.
- `iprecommit-commit-msg-format` now prints correct line numbers.
- `iprecommit-newline-at-eof` now has a `--fix` option.
- Program output tweaked (e.g., one blank line instead of two between blocks).

## [0.5.2] - 2024-11-28
- `working_dir` option for `pre_commit` checks
- Check command `stderr` output is piped to `stdout`.
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.5.2"
version = "0.6.0"
description = "Dead-simple Git pre-commit hooks"
authors = ["Ian Fisher <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 894fa58

Please sign in to comment.