Skip to content

Commit

Permalink
update changelog and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
klmcadams committed Jan 2, 2024
1 parent 9c29414 commit 6f4d963
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,21 @@ This document follows the conventions laid out in [Keep a CHANGELOG](https://kee

### Fixed

### Changed

### Dependencies

## [0.2.3](https://github.com/ansys/pre-commit-hooks/releases/tag/v0.2.3) - January 2 2024

### Changed
- Remove python 3.8 and add python 3.12 ([#106](https://github.com/ansys/pre-commit-hooks/pull/106))
- Update year to 2024 in license files ([#107](https://github.com/ansys/pre-commit-hooks/pull/107))

### Dependencies
- `pre-commit` autoupdate ([#97](https://github.com/ansys/pre-commit-hooks/pull/97), [#99](https://github.com/ansys/pre-commit-hooks/pull/99), [#100](https://github.com/ansys/pre-commit-hooks/pull/100), [#103](https://github.com/ansys/pre-commit-hooks/pull/103))
- Bump `actions/labeler` from 4 to 5 ([#98](https://github.com/ansys/pre-commit-hooks/pull/98))
- Bump `ansys/actions` from 4 to 5 ([#102](https://github.com/ansys/pre-commit-hooks/pull/102))
- Bump `pytest` from 7.4.3 to 7.4.4 ([#104](https://github.com/ansys/pre-commit-hooks/pull/104))

## [0.2.2](https://github.com/ansys/pre-commit-hooks/releases/tag/v0.2.2) - November 15 2023

Expand Down
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.2.2"
version = "0.2.3"
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 6f4d963

Please sign in to comment.