Skip to content

0.30.0

Latest
Compare
Choose a tag to compare
@felixfontein felixfontein released this 09 Sep 12:46
· 1 commit to main since this release

Release Summary

Feature release.

Minor Changes

  • Allow to configure the used VCS in changelogs/config.yml. Valid choices are none (default), git, or auto. If set to git, or auto detects that the project is part of a Git repository, only non-ignored files will be copied to a temporary directory when trying to load information on Ansible modules, plugins and roles (#172, #175).
  • Antsibull-changelog now depends on the new package antsibull-docutils. This should not have any visible impact, expect potentially improved MarkDown output (#174).
  • Antsibull-changelog now depends on the new project antsibull-fileutils (#176).
  • If you are using argcomplete global completion, you can now tab-complete antsibull-changelog command lines. See Activating global completion in the argcomplete README for how to enable tab completion globally. This will also tab-complete Ansible commands such as ansible-playbook and ansible-test (#173).