Skip to content

Commit 92895d7

Browse files
committed
Release 0.4.0.
1 parent db00e68 commit 92895d7

File tree

5 files changed

+39
-7
lines changed

5 files changed

+39
-7
lines changed

CHANGELOG.rst

+23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ antsibull-docs -- TypeScript library for processing Ansible documentation markup
55
.. contents:: Topics
66

77

8+
v0.4.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
New major release that increases compatibility with the `Python code in antsibull-docs-parser <https://github.com/ansible-community/antsibull-docs-parser>`__.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Also escape ``.`` in MarkDown (https://github.com/ansible-community/antsibull-docs-ts/pull/51).
20+
21+
Breaking Changes / Porting Guide
22+
--------------------------------
23+
24+
- 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).
25+
26+
Bugfixes
27+
--------
28+
29+
- Fix URL escaping in MarkDown (https://github.com/ansible-community/antsibull-docs-ts/pull/51).
30+
831
v0.3.0
932
======
1033

changelogs/changelog.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,19 @@ releases:
8282
- 0.3.0.yml
8383
- 42-rst-plain.yml
8484
release_date: '2023-04-14'
85+
0.4.0:
86+
changes:
87+
breaking_changes:
88+
- Rename ``current_plugin`` options of various functions to ``currentPlugin``,
89+
and the ``role_entrypoint`` option of ``parse`` to ``roleEntrypoint`` (https://github.com/ansible-community/antsibull-docs-ts/pull/49).
90+
bugfixes:
91+
- Fix URL escaping in MarkDown (https://github.com/ansible-community/antsibull-docs-ts/pull/51).
92+
minor_changes:
93+
- Also escape ``.`` in MarkDown (https://github.com/ansible-community/antsibull-docs-ts/pull/51).
94+
release_summary: New major release that increases compatibility with the `Python
95+
code in antsibull-docs-parser <https://github.com/ansible-community/antsibull-docs-parser>`__.
96+
fragments:
97+
- 0.4.0.yml
98+
- 49-camel-case.yml
99+
- 51-urls-md.yml
100+
release_date: '2023-04-23'

changelogs/fragments/0.4.0.yml

-1
This file was deleted.

changelogs/fragments/49-camel-case.yml

-2
This file was deleted.

changelogs/fragments/51-urls-md.yml

-4
This file was deleted.

0 commit comments

Comments
 (0)