Skip to content

Commit

Permalink
Release 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Apr 23, 2023
1 parent db00e68 commit 92895d7
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 7 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ antsibull-docs -- TypeScript library for processing Ansible documentation markup
.. contents:: Topics


v0.4.0
======

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

New major release that increases compatibility with the `Python code in antsibull-docs-parser <https://github.com/ansible-community/antsibull-docs-parser>`__.

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

- Also escape ``.`` in MarkDown (https://github.com/ansible-community/antsibull-docs-ts/pull/51).

Breaking Changes / Porting Guide
--------------------------------

- Rename ``current_plugin`` options of various functions to ``currentPlugin``, and the ``role_entrypoint`` option of ``parse`` to ``roleEntrypoint`` (https://github.com/ansible-community/antsibull-docs-ts/pull/49).

Bugfixes
--------

- Fix URL escaping in MarkDown (https://github.com/ansible-community/antsibull-docs-ts/pull/51).

v0.3.0
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,19 @@ releases:
- 0.3.0.yml
- 42-rst-plain.yml
release_date: '2023-04-14'
0.4.0:
changes:
breaking_changes:
- Rename ``current_plugin`` options of various functions to ``currentPlugin``,
and the ``role_entrypoint`` option of ``parse`` to ``roleEntrypoint`` (https://github.com/ansible-community/antsibull-docs-ts/pull/49).
bugfixes:
- Fix URL escaping in MarkDown (https://github.com/ansible-community/antsibull-docs-ts/pull/51).
minor_changes:
- Also escape ``.`` in MarkDown (https://github.com/ansible-community/antsibull-docs-ts/pull/51).
release_summary: New major release that increases compatibility with the `Python
code in antsibull-docs-parser <https://github.com/ansible-community/antsibull-docs-parser>`__.
fragments:
- 0.4.0.yml
- 49-camel-case.yml
- 51-urls-md.yml
release_date: '2023-04-23'
1 change: 0 additions & 1 deletion changelogs/fragments/0.4.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/49-camel-case.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/51-urls-md.yml

This file was deleted.

0 comments on commit 92895d7

Please sign in to comment.