Skip to content

Commit

Permalink
Release 0.30.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 9, 2024
1 parent 23d084f commit bb1f78b
Show file tree
Hide file tree
Showing 9 changed files with 143 additions and 100 deletions.
179 changes: 99 additions & 80 deletions CHANGELOG.md

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Ansible Changelog Tool Release Notes

.. contents:: Topics

v0.30.0
=======

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 (https://github.com/ansible-community/antsibull-changelog/issues/172, https://github.com/ansible-community/antsibull-changelog/pull/175).
- Antsibull-changelog now depends on the new package antsibull-docutils. This should not have any visible impact, expect potentially improved MarkDown output (https://github.com/ansible-community/antsibull-changelog/pull/174).
- Antsibull-changelog now depends on the new project antsibull-fileutils (https://github.com/ansible-community/antsibull-changelog/pull/176).
- If you are using `argcomplete <https://pypi.org/project/argcomplete/>`__ global completion, you can now tab-complete ``antsibull-changelog`` command lines. See `Activating global completion <https://pypi.org/project/argcomplete/#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`` (https://github.com/ansible-community/antsibull-changelog/pull/173).

v0.29.0
=======

Expand Down
28 changes: 28 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,3 +433,31 @@ releases:
- 168_classic.yml
- 169-reformat.yml
release_date: '2024-06-19'
0.30.0:
changes:
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 (https://github.com/ansible-community/antsibull-changelog/issues/172,
https://github.com/ansible-community/antsibull-changelog/pull/175).
- Antsibull-changelog now depends on the new package antsibull-docutils. This
should not have any visible impact, expect potentially improved MarkDown
output (https://github.com/ansible-community/antsibull-changelog/pull/174).
- Antsibull-changelog now depends on the new project antsibull-fileutils (https://github.com/ansible-community/antsibull-changelog/pull/176).
- If you are using `argcomplete <https://pypi.org/project/argcomplete/>`__
global completion, you can now tab-complete ``antsibull-changelog`` command
lines. See `Activating global completion <https://pypi.org/project/argcomplete/#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`` (https://github.com/ansible-community/antsibull-changelog/pull/173).
release_summary: Feature release.
fragments:
- 0.30.0.yml
- 171-pyre.yml
- 173-argcomplete.yml
- 174-antsibull-docutils.yml
- 175-vcs.yml
- 176-antsibull-fileutils.yml
release_date: '2024-09-09'
1 change: 0 additions & 1 deletion changelogs/fragments/0.30.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/171-pyre.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/173-argcomplete.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/174-antsibull-docutils.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/175-vcs.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/176-antsibull-fileutils.yml

This file was deleted.

0 comments on commit bb1f78b

Please sign in to comment.