Skip to content

Commit

Permalink
Release 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 20, 2022
1 parent 83ea534 commit 67444f3
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 9 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ antsibull-core Release Notes
.. contents:: Topics


v1.2.0
======

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

Feature release.

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

- Improve typing (https://github.com/ansible-community/antsibull-core/pull/6).
- Make config file management more flexible to allow project-specific config file format extensions for the explicitly passed configuration files (https://github.com/ansible-community/antsibull-core/pull/7).

Deprecated Features
-------------------

- The ``DepsFile.write()`` method will require the first parameter to be a ``packaging.version.Version`` object, the second parameter to be a string, and the third parameter a mapping of strings to strings, from antsibull-core 2.0.0 on (https://github.com/ansible-community/antsibull-core/pull/6).

Bugfixes
--------

- Adjust signature of ``DepsFile.write()`` to work around bug in antsibull (https://github.com/ansible-community/antsibull-core/pull/6).

v1.1.0
======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,21 @@ releases:
- 1.1.0.yml
- 5-licenses.yml
release_date: '2022-07-31'
1.2.0:
changes:
bugfixes:
- Adjust signature of ``DepsFile.write()`` to work around bug in antsibull (https://github.com/ansible-community/antsibull-core/pull/6).
deprecated_features:
- The ``DepsFile.write()`` method will require the first parameter to be a ``packaging.version.Version``
object, the second parameter to be a string, and the third parameter a mapping
of strings to strings, from antsibull-core 2.0.0 on (https://github.com/ansible-community/antsibull-core/pull/6).
minor_changes:
- Improve typing (https://github.com/ansible-community/antsibull-core/pull/6).
- Make config file management more flexible to allow project-specific config
file format extensions for the explicitly passed configuration files (https://github.com/ansible-community/antsibull-core/pull/7).
release_summary: Feature release.
fragments:
- 1.2.0.yml
- 6-typing.yml
- 7-config.yml
release_date: '2022-08-20'
1 change: 0 additions & 1 deletion changelogs/fragments/1.2.0.yml

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/7-config.yml

This file was deleted.

0 comments on commit 67444f3

Please sign in to comment.