This document contains the release notes for the project.
0.5.2 - February 26, 2025
.. tab-set:: .. tab-item:: Dependencies .. list-table:: :header-rows: 0 :widths: auto * - bump ansys-sphinx-theme[autoapi] from 1.2.4 to 1.2.6 - `#279 <https://github.com/ansys/pre-commit-hooks/pull/279>`_ * - bump sphinx-autodoc-typehints from 3.0.0 to 3.0.1 - `#281 <https://github.com/ansys/pre-commit-hooks/pull/281>`_ * - bump importlib-metadata from 8.5.0 to 8.6.1 - `#283 <https://github.com/ansys/pre-commit-hooks/pull/283>`_ * - bump semver from 3.0.2 to 3.0.4 - `#284 <https://github.com/ansys/pre-commit-hooks/pull/284>`_ * - bump ansys-sphinx-theme[autoapi] from 1.2.6 to 1.3.1 - `#287 <https://github.com/ansys/pre-commit-hooks/pull/287>`_ * - bump sphinx-autodoc-typehints from 3.0.1 to 3.1.0 - `#290 <https://github.com/ansys/pre-commit-hooks/pull/290>`_ * - bump ansys-sphinx-theme[autoapi] from 1.3.1 to 1.3.2 - `#291 <https://github.com/ansys/pre-commit-hooks/pull/291>`_ * - bump sphinx from 8.1.3 to 8.2.1 - `#292 <https://github.com/ansys/pre-commit-hooks/pull/292>`_ .. tab-item:: Documentation .. list-table:: :header-rows: 0 :widths: auto * - Improve documentation - `#289 <https://github.com/ansys/pre-commit-hooks/pull/289>`_ .. tab-item:: Maintenance .. list-table:: :header-rows: 0 :widths: auto * - Bump `ansys-pre-commit-hooks` from 0.4.4 to 0.5.1 - `#276 <https://github.com/ansys/pre-commit-hooks/pull/276>`_ * - pre-commit automatic update - `#285 <https://github.com/ansys/pre-commit-hooks/pull/285>`_, `#286 <https://github.com/ansys/pre-commit-hooks/pull/286>`_, `#288 <https://github.com/ansys/pre-commit-hooks/pull/288>`_, `#293 <https://github.com/ansys/pre-commit-hooks/pull/293>`_
0.5.1 - January 17, 2025
- fix: Update license headers and fix broken tests #271
- fix: Fix "success" statements being printed and LICENSE file updates #273
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.2.0 to 1.2.1 #257
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.2.1 to 1.2.2 #259
- build(deps-dev): bump pytest from 8.3.3 to 8.3.4 #260
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.2.2 to 1.2.3 #264
- build(deps): bump jinja2 from 3.1.4 to 3.1.5 #267
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.2.3 to 1.2.4 #268
- build(deps): bump gitpython from 3.1.43 to 3.1.44 #269
- build(deps-dev): bump sphinx-autodoc-typehints from 2.5.0 to 3.0.0 #270
- [pre-commit.ci] pre-commit autoupdate #272
- chore: Update code for reuse v5.0.2 #263
- chore: Use pathlib.Path instead of os in add_license_headers.py #266
- Update changelog file and fragment files #275
0.4.4 - November 07, 2024
- fix: there is no "owner" of libraries #233
- fix: LICENSE line endings #236
- fix: AUTHORS and CONTRIBUTORS.md files #240
- build(deps-dev): bump sphinx from 7.4.7 to 8.0.2 #212
- build(deps-dev): bump numpydoc from 1.7.0 to 1.8.0 #218
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.0.3 to 1.0.5 #222
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.0.5 to 1.0.7 #223
- build(deps): bump importlib-metadata from 8.2.0 to 8.4.0 #224
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.0.7 to 1.0.8 #227
- build(deps-dev): bump sphinx-autodoc-typehints from 2.3.0 to 2.4.0 #228
- build(deps): bump importlib-metadata from 8.4.0 to 8.5.0 #229
- build(deps-dev): bump pytest from 8.3.2 to 8.3.3 #230
- build(deps-dev): bump sphinx-autodoc-typehints from 2.4.0 to 2.4.1 #231
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.0.8 to 1.0.11 #234
- build(deps-dev): bump sphinx-autodoc-typehints from 2.4.1 to 2.4.4 #235
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.0.11 to 1.1.2 #242
- build(deps-dev): bump sphinx from 8.0.2 to 8.1.3 #246
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.1.2 to 1.1.3 #247
- build(deps-dev): bump sphinx-autodoc-typehints from 2.4.4 to 2.5.0 #248
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.1.6 to 1.1.7 #252
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.1.7 to 1.2.0 #255
- build(deps-dev): bump pytest-cov from 5.0.0 to 6.0.0 #256
- [pre-commit.ci] pre-commit autoupdate #221, #225, #237, #245, #249
- chore: update CONTRIBUTORS.md to match guide lines #254
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 0.16.6 to 1.0.3 #219
- build(deps-dev): bump sphinx-autodoc-typehints from 2.2.3 to 2.3.0 #226
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.1.3 to 1.1.6 #251
- build(deps): bump ansys/actions from 6 to 7 #220
- CHORE: Add hacktoberfest labels #241
- build(deps): bump ansys/actions from 7 to 8 #243
0.4.3 - August 07, 2024
- feat: leverage reuse vcs Git strategy #217
- [pre-commit.ci] pre-commit autoupdate #213
0.4.2 - August 01, 2024
- chore: update CHANGELOG for v0.4.1 #201
- Bump version to v0.4.1 and uncomment tech review hook #202
- chore: adjust add-license-headers script to work with reuse 4.0.3 #211
- build(deps-dev): bump sphinx from 7.4.0 to 7.4.7 #204
- build(deps-dev): bump pytest from 8.2.2 to 8.3.1 #206
- build(deps): bump importlib-metadata from 8.0.0 to 8.2.0 #207
- build(deps-dev): bump pytest from 8.3.1 to 8.3.2 #208
0.4.1 - July 15, 2024
- chore: update CHANGELOG for v0.4.0 #193
- Fix semantic versioning check in tech-review hook #194
- build(deps): bump sphinx from 7.3.7 to 7.4.0 #198
- [pre-commit.ci] pre-commit autoupdate #196
0.4.0 - July 01, 2024
- feat: technical review hook #183
- chore: update CHANGELOG for v0.3.2 #186
- build(deps): bump importlib-metadata from 7.1.0 to 7.2.1 #187
- build(deps): bump sphinx-autodoc-typehints from 2.1.1 to 2.2.2 #188
- build(deps): bump ansys-sphinx-theme[autoapi] from 0.16.5 to 0.16.6 #189
- build(deps): bump importlib-metadata from 7.2.1 to 8.0.0 #192
- [pre-commit.ci] pre-commit autoupdate #190
0.3.2 - June 20, 2024
- fix: add recursive argument and code to add-license-headers #185
- build(deps): bump pytest from 8.1.1 to 8.2.0 #172
- build(deps): bump ansys-sphinx-theme[autoapi] from 0.15.2 to 0.16.0 #175
- build(deps): bump pytest from 8.2.0 to 8.2.1 #176
- build(deps): bump ansys-sphinx-theme[autoapi] from 0.16.0 to 0.16.2 #178
- build(deps): bump ansys-sphinx-theme[autoapi] from 0.16.2 to 0.16.5 #180
- build(deps): bump pytest from 8.2.1 to 8.2.2 #181
- build(deps): bump sphinx-autodoc-typehints from 2.1.0 to 2.1.1 #182
0.3.1 - April 23, 2024
- build(deps): bump sphinx from 7.2.6 to 7.3.7 #168
- build(deps): bump sphinx-autodoc-typehints from 2.0.1 to 2.1.0 #169
0.3.0 - April 18, 2024
- feat: add doc-changelog and doc-deploy-changelog actions #164
- maint: bump reuse to v3.0.2 in add-license-headers #163
0.2.9 - February 16, 2024
- Pinned all dependencies
0.2.8 - January 17, 2024
- Add upper limit to reuse dependency
0.2.7 - January 16, 2024
- Fix pytest python versions and fileinput #118
0.2.6 - January 11, 2024
- Add full header to file if empty #116
0.2.5 - January 10, 2024
- Added custom argument for the copyright's start year & updated add_hook_changes #111
0.2.4 - January 4, 2024
- Apply hook changes after add-license-headers runs #108
0.2.3 - January 2, 2024
- pre-commit autoupdate #97, #99, #100, #103
- Bump actions/labeler from 4 to 5 #98
- Bump ansys/actions from 4 to 5 #102
- Bump pytest from 7.4.3 to 7.4.4 #104
0.2.2 - November 15, 2023
- Fix add-license-headers to keep edits from previously run hooks #88
- Bump sphinx-autodoc-typehints from 1.24.0 to 1.25.2 #86, #90
- pre-commit autoupdate #87, #94
- Bump ansys-sphinx-theme from 0.12.4 to 0.12.5 #91
0.2.1 - October 31, 2023
- Added difference check between original file and updated file #77
- pre-commit autoupdate #76
- Bump ansys-sphinx-theme from 0.12.3 to 0.12.4 #80
- Bump pytest from 7.4.2 to 7.4.3 #81
0.2.0 - October 17, 2023
- Added check_license argument #64
- Run hook on specific directories and files #65
- Update headers & improve unit tests #69
- Create assets folder with common REUSE templates #72
- Run add-license-headers hook serially #74
- Removed loc argument & passed in committed files #57
0.1.3 - September 8, 2023
- Create custom flags for add-license-header #44
- Update descriptions for add-license-headers in README #40
0.1.2 - September 5, 2023
- [pre-commit.ci] pre-commit autoupdate #39
0.1.1 - September 4, 2023
- Directory checks & print statement updates #34
- build(deps-dev): bump gitpython from 3.1.32 to 3.1.34 #35
- build(deps-dev): bump pytest from 7.3.0 to 7.4.1 #38
- build(deps-dev): bump sphinx from 7.2.4 to 7.2.5 #37
- build(deps-dev): bump ansys-sphinx-theme from 0.10.4 to 0.10.5 #36
0.1.0 - September 1, 2023
- Create pre-commit hook to add license header to all files #7
- Default args in pre-commit-hooks.yaml #11
- feat: ignore links (temp) #20