Skip to content

Commit

Permalink
Release 0.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 13, 2021
1 parent 7072e8a commit 80475e6
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Ansible Changelog Tool Release Notes
.. contents:: Topics


v0.13.0
=======

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

This release makes changelog building more reliable.

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

- Always lint fragments before releasing (https://github.com/ansible-community/antsibull-changelog/issues/65, https://github.com/ansible-community/antsibull-changelog/pull/67).

Bugfixes
--------

- Fix issues with module namespaces when symlinks appear in the path to the temp directory (https://github.com/ansible-community/antsibull-changelog/issues/68, https://github.com/ansible-community/antsibull-changelog/pull/69).
- Stop mentioning ``galaxy.yaml`` instead of ``galaxy.yml`` in some error messages (https://github.com/ansible-community/antsibull-changelog/pull/66).

v0.12.0
=======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,24 @@ releases:
- other-projects.yml
- use_semantic_versioning.yml
release_date: '2021-07-11'
0.13.0:
changes:
bugfixes:
- Fix issues with module namespaces when symlinks appear in the path to the
temp directory (https://github.com/ansible-community/antsibull-changelog/issues/68,
https://github.com/ansible-community/antsibull-changelog/pull/69).
- Stop mentioning ``galaxy.yaml`` instead of ``galaxy.yml`` in some error messages
(https://github.com/ansible-community/antsibull-changelog/pull/66).
minor_changes:
- Always lint fragments before releasing (https://github.com/ansible-community/antsibull-changelog/issues/65,
https://github.com/ansible-community/antsibull-changelog/pull/67).
release_summary: This release makes changelog building more reliable.
fragments:
- 0.13.0.yml
- 66-galaxy.yaml
- 67-lint-before-release.yml
- 69-symlinks.yml
release_date: '2021-12-13'
0.2.0:
changes:
minor_changes:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/0.13.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/66-galaxy.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/67-lint-before-release.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/69-symlinks.yml

This file was deleted.

0 comments on commit 80475e6

Please sign in to comment.