Skip to content

Commit f2c2a71

Browse files
chore: updating CHANGELOG for v0.4.4
1 parent f70be3b commit f2c2a71

35 files changed

+52
-34
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,58 @@ This project uses [towncrier](https://towncrier.readthedocs.io/) and the changes
66

77
<!-- towncrier release notes start -->
88

9+
## [0.4.4](https://github.com/ansys/pre-commit-hooks/releases/tag/v0.4.4) - November 07, 2024
10+
11+
12+
### Fixed
13+
14+
- fix: there is no "owner" of libraries [#233](https://github.com/ansys/pre-commit-hooks/pull/233)
15+
- fix: LICENSE line endings [#236](https://github.com/ansys/pre-commit-hooks/pull/236)
16+
- fix: AUTHORS and CONTRIBUTORS.md files [#240](https://github.com/ansys/pre-commit-hooks/pull/240)
17+
18+
19+
### Dependencies
20+
21+
- build(deps-dev): bump sphinx from 7.4.7 to 8.0.2 [#212](https://github.com/ansys/pre-commit-hooks/pull/212)
22+
- build(deps-dev): bump numpydoc from 1.7.0 to 1.8.0 [#218](https://github.com/ansys/pre-commit-hooks/pull/218)
23+
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.0.3 to 1.0.5 [#222](https://github.com/ansys/pre-commit-hooks/pull/222)
24+
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.0.5 to 1.0.7 [#223](https://github.com/ansys/pre-commit-hooks/pull/223)
25+
- build(deps): bump importlib-metadata from 8.2.0 to 8.4.0 [#224](https://github.com/ansys/pre-commit-hooks/pull/224)
26+
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.0.7 to 1.0.8 [#227](https://github.com/ansys/pre-commit-hooks/pull/227)
27+
- build(deps-dev): bump sphinx-autodoc-typehints from 2.3.0 to 2.4.0 [#228](https://github.com/ansys/pre-commit-hooks/pull/228)
28+
- build(deps): bump importlib-metadata from 8.4.0 to 8.5.0 [#229](https://github.com/ansys/pre-commit-hooks/pull/229)
29+
- build(deps-dev): bump pytest from 8.3.2 to 8.3.3 [#230](https://github.com/ansys/pre-commit-hooks/pull/230)
30+
- build(deps-dev): bump sphinx-autodoc-typehints from 2.4.0 to 2.4.1 [#231](https://github.com/ansys/pre-commit-hooks/pull/231)
31+
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.0.8 to 1.0.11 [#234](https://github.com/ansys/pre-commit-hooks/pull/234)
32+
- build(deps-dev): bump sphinx-autodoc-typehints from 2.4.1 to 2.4.4 [#235](https://github.com/ansys/pre-commit-hooks/pull/235)
33+
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.0.11 to 1.1.2 [#242](https://github.com/ansys/pre-commit-hooks/pull/242)
34+
- build(deps-dev): bump sphinx from 8.0.2 to 8.1.3 [#246](https://github.com/ansys/pre-commit-hooks/pull/246)
35+
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.1.2 to 1.1.3 [#247](https://github.com/ansys/pre-commit-hooks/pull/247)
36+
- build(deps-dev): bump sphinx-autodoc-typehints from 2.4.4 to 2.5.0 [#248](https://github.com/ansys/pre-commit-hooks/pull/248)
37+
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.1.6 to 1.1.7 [#252](https://github.com/ansys/pre-commit-hooks/pull/252)
38+
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.1.7 to 1.2.0 [#255](https://github.com/ansys/pre-commit-hooks/pull/255)
39+
- build(deps-dev): bump pytest-cov from 5.0.0 to 6.0.0 [#256](https://github.com/ansys/pre-commit-hooks/pull/256)
40+
41+
42+
### Miscellaneous
43+
44+
- [pre-commit.ci] pre-commit autoupdate [#221](https://github.com/ansys/pre-commit-hooks/pull/221), [#225](https://github.com/ansys/pre-commit-hooks/pull/225), [#237](https://github.com/ansys/pre-commit-hooks/pull/237), [#245](https://github.com/ansys/pre-commit-hooks/pull/245), [#249](https://github.com/ansys/pre-commit-hooks/pull/249)
45+
- chore: update CONTRIBUTORS.md to match guide lines [#254](https://github.com/ansys/pre-commit-hooks/pull/254)
46+
47+
48+
### Documentation
49+
50+
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 0.16.6 to 1.0.3 [#219](https://github.com/ansys/pre-commit-hooks/pull/219)
51+
- build(deps-dev): bump sphinx-autodoc-typehints from 2.2.3 to 2.3.0 [#226](https://github.com/ansys/pre-commit-hooks/pull/226)
52+
- build(deps-dev): bump ansys-sphinx-theme[autoapi] from 1.1.3 to 1.1.6 [#251](https://github.com/ansys/pre-commit-hooks/pull/251)
53+
54+
55+
### Maintenance
56+
57+
- build(deps): bump ansys/actions from 6 to 7 [#220](https://github.com/ansys/pre-commit-hooks/pull/220)
58+
- CHORE: Add hacktoberfest labels [#241](https://github.com/ansys/pre-commit-hooks/pull/241)
59+
- build(deps): bump ansys/actions from 7 to 8 [#243](https://github.com/ansys/pre-commit-hooks/pull/243)
60+
961
## [0.4.3](https://github.com/ansys/pre-commit-hooks/releases/tag/v0.4.3) - 2024-08-07
1062

1163

doc/changelog.d/212.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/218.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/219.documentation.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/220.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/221.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/222.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/223.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/224.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/225.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/226.documentation.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/227.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/228.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/229.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/230.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/231.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/233.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/234.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/235.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/236.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/237.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/240.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/241.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/242.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/243.maintenance.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/245.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/246.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/247.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/248.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/249.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/251.documentation.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/252.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/254.miscellaneous.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/255.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changelog.d/256.dependencies.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)