Skip to content

Commit

Permalink
Release 0.19.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Mar 10, 2023
1 parent 52288a4 commit 261dd3a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 10 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ Ansible Changelog Tool Release Notes
.. contents:: Topics


v0.19.0
=======

Release Summary
---------------

Feature release.

Minor Changes
-------------

- Allow to extract other project versions for JavaScript / TypeScript projects from ``package.json`` (https://github.com/ansible-community/antsibull-changelog/pull/100).
- Allow to extract other project versions for Python projects from PEP 621 conformant ``pyproject.toml`` (https://github.com/ansible-community/antsibull-changelog/pull/100).
- Support Python 3.11's ``tomllib`` to load ``pyproject.toml`` (https://github.com/ansible-community/antsibull-changelog/issues/101, https://github.com/ansible-community/antsibull-changelog/pull/102).
- Use more specific exceptions than ``Exception`` for some cases in internal code (https://github.com/ansible-community/antsibull-changelog/pull/103).

v0.18.0
=======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,24 @@ releases:
- 0.18.0.yml
- python.yml
release_date: '2022-12-17'
0.19.0:
changes:
minor_changes:
- Allow to extract other project versions for JavaScript / TypeScript projects
from ``package.json`` (https://github.com/ansible-community/antsibull-changelog/pull/100).
- Allow to extract other project versions for Python projects from PEP 621 conformant
``pyproject.toml`` (https://github.com/ansible-community/antsibull-changelog/pull/100).
- Support Python 3.11's ``tomllib`` to load ``pyproject.toml`` (https://github.com/ansible-community/antsibull-changelog/issues/101,
https://github.com/ansible-community/antsibull-changelog/pull/102).
- Use more specific exceptions than ``Exception`` for some cases in internal
code (https://github.com/ansible-community/antsibull-changelog/pull/103).
release_summary: Feature release.
fragments:
- 0.19.0.yml
- 100-more-other-projects.yml
- 101-tomllib.yml
- 103-exceptions.yml
release_date: '2023-03-10'
0.2.0:
changes:
minor_changes:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/0.19.0.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/100-more-other-projects.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/101-tomllib.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/103-exceptions.yml

This file was deleted.

0 comments on commit 261dd3a

Please sign in to comment.