Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update CHANGELOG for v2.2.0 #698

Merged
merged 2 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@ changes for the upcoming release can be found in

<!-- towncrier release notes start -->

## [2.2.0](https://github.com/ansys/openapi-common/releases/tag/v2.2.0) - 2024-10-25


### Added

- Add support for Python 3.13 [#684](https://github.com/ansys/openapi-common/pull/684)


### Fixed

- Add missing required inputs for v8 ansys/actions [#685](https://github.com/ansys/openapi-common/pull/685)


### Dependencies

- Drop support for Python 3.9 [#674](https://github.com/ansys/openapi-common/pull/674)


### Documentation

- Update Repository URL in pyproject.toml [#665](https://github.com/ansys/openapi-common/pull/665)
- Add a documentation note about pip-system-certs [#696](https://github.com/ansys/openapi-common/pull/696)


### Maintenance

- Fix GitHub Actions syntax for doc-deploy-changelog action [#648](https://github.com/ansys/openapi-common/pull/648)
- chore: update CHANGELOG for v2.1.1 [#658](https://github.com/ansys/openapi-common/pull/658)
- Update CONTRIBUTORS and AUTHORS to new format [#679](https://github.com/ansys/openapi-common/pull/679)
- Prepare 2.2 Release [#697](https://github.com/ansys/openapi-common/pull/697)

## [2.1.1](https://github.com/ansys/openapi-common/releases/tag/v2.1.1) - 2024-08-26


Expand Down
1 change: 0 additions & 1 deletion doc/changelog.d/648.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/658.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/665.documentation.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/679.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/684.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/685.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/696.documentation.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/698.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: update CHANGELOG for v2.2.0