Skip to content

Commit

Permalink
Release 0.64.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 17, 2024
1 parent 5a9defd commit 310e45e
Show file tree
Hide file tree
Showing 7 changed files with 215 additions and 166 deletions.
334 changes: 178 additions & 156 deletions CHANGELOG.md

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ antsibull -- Ansible Build Scripts Release Notes

.. contents:: Topics

v0.64.0
=======

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

Bugfix and feature release.

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

- If you are using `argcomplete <https://pypi.org/project/argcomplete/>`__, you can now tab-complete ``antsibull-build`` 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/pull/611).

Bugfixes
--------

- Fix bug when handling ``antsibull_build_reset`` was passed in as a string from CLI (https://github.com/ansible-community/antsibull/pull/602).

v0.63.1
=======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -880,3 +880,22 @@ releases:
- 0.63.1.yml
- 602-preserve_deps.yml
release_date: '2024-05-14'
0.64.0:
changes:
bugfixes:
- Fix bug when handling ``antsibull_build_reset`` was passed in as a string
from CLI (https://github.com/ansible-community/antsibull/pull/602).
minor_changes:
- If you are using `argcomplete <https://pypi.org/project/argcomplete/>`__,
you can now tab-complete ``antsibull-build`` 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/pull/611).
release_summary: Bugfix and feature release.
fragments:
- 0.64.0.yml
- 602-antsibull_build_reset.yml
- 610-pyre.yml
- 611-argcomplete.yml
release_date: '2024-08-17'
1 change: 0 additions & 1 deletion changelogs/fragments/0.64.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/602-antsibull_build_reset.yml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 310e45e

Please sign in to comment.