Skip to content

Releases: trallnag/filter-pre-commit-hooks

2.0.5 / 2025-03-01

01 Mar 15:55
v2.0.5
1a42588
Compare
Choose a tag to compare

Changed

  • Added info about shell completion to documentation.

2.0.4 / 2025-02-20

20 Feb 18:11
v2.0.4
e0b3719
Compare
Choose a tag to compare

Fixed

  • Moved script into proper package called filter_pre_commit_hooks and not just src which should resolve problems with installing in some environments.

2.0.3 / 2025-02-20

20 Feb 17:56
v2.0.3
116df5f
Compare
Choose a tag to compare

Fixed

  • Properly handle parsing of invalid config instead of bubbling up internal exceptions.

2.0.2 / 2025-02-19

19 Feb 21:07
v2.0.2
54b3921
Compare
Choose a tag to compare

Changed

  • Program is now also available as a package on PyPI. Installed from PyPI, the program can be executed with filter-pre-commit-hooks.

2.0.1 / 2025-02-14

14 Feb 11:43
v2.0.1
68e44d2
Compare
Choose a tag to compare

Changed

  • Added info about uv and shebang to script help message.

2.0.0 / 2025-02-11

11 Feb 15:56
72d6a69
Compare
Choose a tag to compare

Changed

  • BREAKING: Complete rewrite of the script. It is best to check out the README and the help message of the script for more information. The script now comes with inline script metadata and with that dependencies on two third-party packages.

1.1.2 / 2025-01-22

22 Jan 19:13
v1.1.2
355315c
Compare
Choose a tag to compare

Changed

  • Simplified code based on feedback from Ruff.

1.1.1 / 2025-01-05

05 Jan 15:59
v1.1.1
e727c3e
Compare
Choose a tag to compare

Fixed

  • Switched minium required version of Python from 3.10 to 3.9.

1.1.0 / 2025-01-02

02 Jan 17:19
v1.1.0
65a10fb
Compare
Choose a tag to compare

Added

  • Ensure that at least one filter is provided to script (in any mode).

1.0.0 / 2025-01-01

01 Jan 16:42
v1.0.0
f219074
Compare
Choose a tag to compare

Initial release.