Releases: ansible-community/antsibull-changelog
Releases · ansible-community/antsibull-changelog
0.22.0
0.21.0
0.20.0
Release Summary
Bugfix and maintenance release using a new build system.
Major Changes
- Change pyproject build backend from
poetry-core
tohatchling
.pip install antsibull
works exactly the same as before, but some users may be affected depending on how they build/install the project (#109).
Bugfixes
0.19.0
Release Summary
Feature release.
Minor Changes
- Allow to extract other project versions for JavaScript / TypeScript projects from
package.json
(#100). - Allow to extract other project versions for Python projects from PEP 621 conformant
pyproject.toml
(#100). - Support Python 3.11's
tomllib
to loadpyproject.toml
(#101, #102). - Use more specific exceptions than
Exception
for some cases in internal code (#103).
0.18.0
0.17.0
0.16.0
Release Summary
Feature and bugfix release.
Minor Changes
- Allow to extract other project versions for Python poetry projects from
pyproject.toml
(#80). - The files in the source repository now follow the REUSE Specification. The only exceptions are changelog fragments in
changelogs/fragments/
(#82).
Bugfixes
- Mark rstcheck 4.x and 5.x as compatible. Support rstcheck 6.x as well (#81).
0.15.0
Release Summary
Feature release.
Minor Changes
- Add
changelogs/changelog.yaml
file format linting subcommand that was previously part of antsibull-lint (#76, ansible-community/antsibull-build#410).
0.14.0
Release Summary
Feature release that will speed up the release process with ansible-core 2.13.
Minor Changes
0.13.0
Release Summary
This release makes changelog building more reliable.