Skip to content

Releases: ansible-community/antsibull-changelog

0.2.1

12 Jul 20:35
Compare
Choose a tag to compare

Bugfixes

  • Allow to enumerate plugins/modules with ansible-doc by specifying --use-ansible-doc.

0.2.0

12 Jul 20:35
Compare
Choose a tag to compare

Minor Changes

  • Title generation improved (remove superfluous space).
  • lint subcommand no longer requires specification whether it is run inside a collection or not (if usual indicators are absent).
  • Improve reStructuredText creation when new modules with and without namespace exist at the same time.
  • Improve error handling.
  • Fix internal API for ACD changelog generation (pruning and concatenation of changelogs).
  • Use PyYAML C loader/dumper if available.
  • Added more testing.

0.1.0

12 Jul 20:34
Compare
Choose a tag to compare

Initial release as antsibull-changelog. The Ansible Changelog Tool has originally been developed by @mattclay in the ansible/ansible repository for Ansible itself. It has been extended in felixfontein/ansible-changelog and ansible-community/antsibull to work with collections, until it was moved to its current location ansible-community/antsibull-changelog.