Skip to content

Commit

Permalink
version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iafisher committed Nov 29, 2024
1 parent 2e40118 commit 94cc2b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ 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.5.1] - 2024-11-28
- The `IPRECOMMIT_TOML_TEMPLATE` environment variable can be used to customize the `precommit.toml` template.
- `iprecommit fix` will stage changes to files after a fix command modifies them.
- `iprecommit-*` commands now ignore files they cannot parse as UTF-8.

## [0.5.0] - 2024-11-28
- Config format changed from Python (`precommit.py`) to TOML (`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.5.0"
version = "0.5.1"
description = "Dead-simple Git pre-commit hooks"
authors = ["Ian Fisher <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 94cc2b0

Please sign in to comment.