Skip to content

Commit 1359e86

Browse files
committed
MAINT: Bump version to v0.3.1
1 parent 0c52def commit 1359e86

File tree

7 files changed

+18
-8
lines changed

7 files changed

+18
-8
lines changed

CHANGELOG.md

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

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

9+
## [0.3.1](https://github.com/ansys/pre-commit-hooks/releases/tag/v0.3.1) - 2024-04-23
10+
11+
12+
### Changed
13+
14+
- chore: update CHANGELOG for v0.3.0 [#167](https://github.com/ansys/pre-commit-hooks/pull/167)
15+
- build(deps): bump ansys/actions from 5 to 6 [#170](https://github.com/ansys/pre-commit-hooks/pull/170)
16+
17+
18+
### Dependencies
19+
20+
- build(deps): bump sphinx from 7.2.6 to 7.3.7 [#168](https://github.com/ansys/pre-commit-hooks/pull/168)
21+
- build(deps): bump sphinx-autodoc-typehints from 2.0.1 to 2.1.0 [#169](https://github.com/ansys/pre-commit-hooks/pull/169)
22+
923
## [0.3.0](https://github.com/ansys/pre-commit-hooks/releases/tag/v0.3.0) - 2024-04-18
1024

1125

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Set custom arguments
8484
.. code:: yaml
8585
8686
- repo: https://github.com/ansys/pre-commit-hooks
87-
rev: v0.3.0
87+
rev: v0.3.1
8888
hooks:
8989
- id: add-license-headers
9090
args: ["--custom_copyright", "custom copyright phrase", "--custom_template", "template_name", "--custom_license", "license_name", "--ignore_license_check", "--start_year", "2023"]
@@ -129,7 +129,7 @@ the hook should run on, add the necessary regex to the ``files`` line in your
129129
.. code:: yaml
130130
131131
- repo: https://github.com/ansys/pre-commit-hooks
132-
rev: v0.3.0
132+
rev: v0.3.1
133133
hooks:
134134
- id: add-license-headers
135135
files: '(src|examples|tests|newFolder)/.*\.(py|newExtension)|\.(proto|newExtension)'
@@ -142,7 +142,7 @@ In .pre-commit-config.yaml:
142142
.. code:: yaml
143143
144144
- repo: https://github.com/ansys/pre-commit-hooks
145-
rev: v0.3.0
145+
rev: v0.3.1
146146
hooks:
147147
- id: add-license-headers
148148
exclude: |

doc/changelog.d/167.changed.md

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

doc/changelog.d/168.dependencies.md

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

doc/changelog.d/169.dependencies.md

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

doc/changelog.d/170.changed.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-pre-commit-hooks"
8-
version = "0.3.0"
8+
version = "0.3.1"
99
description = "A Python wrapper to create Ansys-tailored pre-commit hooks"
1010
readme = "README.rst"
1111
requires-python = ">=3.9,<4"

0 commit comments

Comments
 (0)