Skip to content

Commit

Permalink
MAINT: Bump version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Apr 23, 2024
1 parent 0c52def commit 1359e86
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ This project uses [towncrier](https://towncrier.readthedocs.io/) and the changes

<!-- towncrier release notes start -->

## [0.3.1](https://github.com/ansys/pre-commit-hooks/releases/tag/v0.3.1) - 2024-04-23


### Changed

- chore: update CHANGELOG for v0.3.0 [#167](https://github.com/ansys/pre-commit-hooks/pull/167)
- build(deps): bump ansys/actions from 5 to 6 [#170](https://github.com/ansys/pre-commit-hooks/pull/170)


### Dependencies

- build(deps): bump sphinx from 7.2.6 to 7.3.7 [#168](https://github.com/ansys/pre-commit-hooks/pull/168)
- build(deps): bump sphinx-autodoc-typehints from 2.0.1 to 2.1.0 [#169](https://github.com/ansys/pre-commit-hooks/pull/169)

## [0.3.0](https://github.com/ansys/pre-commit-hooks/releases/tag/v0.3.0) - 2024-04-18


Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Set custom arguments
.. code:: yaml
- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.3.0
rev: v0.3.1
hooks:
- id: add-license-headers
args: ["--custom_copyright", "custom copyright phrase", "--custom_template", "template_name", "--custom_license", "license_name", "--ignore_license_check", "--start_year", "2023"]
Expand Down Expand Up @@ -129,7 +129,7 @@ the hook should run on, add the necessary regex to the ``files`` line in your
.. code:: yaml
- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.3.0
rev: v0.3.1
hooks:
- id: add-license-headers
files: '(src|examples|tests|newFolder)/.*\.(py|newExtension)|\.(proto|newExtension)'
Expand All @@ -142,7 +142,7 @@ In .pre-commit-config.yaml:
.. code:: yaml
- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.3.0
rev: v0.3.1
hooks:
- id: add-license-headers
exclude: |
Expand Down
1 change: 0 additions & 1 deletion doc/changelog.d/167.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/168.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/169.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/170.changed.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-pre-commit-hooks"
version = "0.3.0"
version = "0.3.1"
description = "A Python wrapper to create Ansys-tailored pre-commit hooks"
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand Down

0 comments on commit 1359e86

Please sign in to comment.