Skip to content

Commit be4556d

Browse files
committed
Release 1.0.1
1 parent 009f064 commit be4556d

File tree

5 files changed

+64
-28
lines changed

5 files changed

+64
-28
lines changed

CHANGELOG.md

+42-25
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,58 @@
11
# antsibull\-docs \-\- TypeScript library for processing Ansible documentation markup Release Notes
22

33
**Topics**
4+
5+
- <a href="#v1-0-1">v1\.0\.1</a>
6+
- <a href="#release-summary">Release Summary</a>
7+
- <a href="#bugfixes">Bugfixes</a>
48
- <a href="#v1-0-0">v1\.0\.0</a>
5-
- <a href="#release-summary">Release Summary</a>
9+
- <a href="#release-summary-1">Release Summary</a>
610
- <a href="#v0-4-0">v0\.4\.0</a>
7-
- <a href="#release-summary-1">Release Summary</a>
8-
- <a href="#minor-changes">Minor Changes</a>
9-
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
10-
- <a href="#bugfixes">Bugfixes</a>
11+
- <a href="#release-summary-2">Release Summary</a>
12+
- <a href="#minor-changes">Minor Changes</a>
13+
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
14+
- <a href="#bugfixes-1">Bugfixes</a>
1115
- <a href="#v0-3-0">v0\.3\.0</a>
12-
- <a href="#release-summary-2">Release Summary</a>
13-
- <a href="#minor-changes-1">Minor Changes</a>
16+
- <a href="#release-summary-3">Release Summary</a>
17+
- <a href="#minor-changes-1">Minor Changes</a>
1418
- <a href="#v0-2-0">v0\.2\.0</a>
15-
- <a href="#release-summary-3">Release Summary</a>
16-
- <a href="#minor-changes-2">Minor Changes</a>
17-
- <a href="#breaking-changes--porting-guide-1">Breaking Changes / Porting Guide</a>
18-
- <a href="#bugfixes-1">Bugfixes</a>
19+
- <a href="#release-summary-4">Release Summary</a>
20+
- <a href="#minor-changes-2">Minor Changes</a>
21+
- <a href="#breaking-changes--porting-guide-1">Breaking Changes / Porting Guide</a>
22+
- <a href="#bugfixes-2">Bugfixes</a>
1923
- <a href="#v0-1-0">v0\.1\.0</a>
20-
- <a href="#release-summary-4">Release Summary</a>
21-
- <a href="#minor-changes-3">Minor Changes</a>
22-
- <a href="#breaking-changes--porting-guide-2">Breaking Changes / Porting Guide</a>
23-
- <a href="#bugfixes-2">Bugfixes</a>
24+
- <a href="#release-summary-5">Release Summary</a>
25+
- <a href="#minor-changes-3">Minor Changes</a>
26+
- <a href="#breaking-changes--porting-guide-2">Breaking Changes / Porting Guide</a>
27+
- <a href="#bugfixes-3">Bugfixes</a>
2428
- <a href="#v0-0-1">v0\.0\.1</a>
25-
- <a href="#release-summary-5">Release Summary</a>
29+
- <a href="#release-summary-6">Release Summary</a>
30+
31+
<a id="v1-0-1"></a>
32+
## v1\.0\.1
33+
34+
<a id="release-summary"></a>
35+
### Release Summary
36+
37+
Maintenance release\.
38+
39+
<a id="bugfixes"></a>
40+
### Bugfixes
41+
42+
* Properly escape MarkDown link targets \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/197](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/197)\)\.
2643

2744
<a id="v1-0-0"></a>
2845
## v1\.0\.0
2946

30-
<a id="release-summary"></a>
47+
<a id="release-summary-1"></a>
3148
### Release Summary
3249

3350
First stable release\. This package is using semantic versioning\, so there will be no more breaking changes until the release of 2\.0\.0\.
3451

3552
<a id="v0-4-0"></a>
3653
## v0\.4\.0
3754

38-
<a id="release-summary-1"></a>
55+
<a id="release-summary-2"></a>
3956
### Release Summary
4057

4158
New major release that increases compatibility with the [Python code in antsibull\-docs\-parser](https\://github\.com/ansible\-community/antsibull\-docs\-parser)\.
@@ -50,15 +67,15 @@ New major release that increases compatibility with the [Python code in antsibul
5067

5168
* Rename <code>current\_plugin</code> options of various functions to <code>currentPlugin</code>\, and the <code>role\_entrypoint</code> option of <code>parse</code> to <code>roleEntrypoint</code> \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/49](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/49)\)\.
5269

53-
<a id="bugfixes"></a>
70+
<a id="bugfixes-1"></a>
5471
### Bugfixes
5572

5673
* Fix URL escaping in MarkDown \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/51](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/51)\)\.
5774

5875
<a id="v0-3-0"></a>
5976
## v0\.3\.0
6077

61-
<a id="release-summary-2"></a>
78+
<a id="release-summary-3"></a>
6279
### Release Summary
6380

6481
Feature release\.
@@ -71,7 +88,7 @@ Feature release\.
7188
<a id="v0-2-0"></a>
7289
## v0\.2\.0
7390

74-
<a id="release-summary-3"></a>
91+
<a id="release-summary-4"></a>
7592
### Release Summary
7693

7794
New major release that increases compatibility with the [Python code in antsibull\-docs\-parser](https\://github\.com/ansible\-community/antsibull\-docs\-parser)\.
@@ -95,15 +112,15 @@ New major release that increases compatibility with the [Python code in antsibul
95112
* Modify <code>pluginOptionLikeLink</code> signature to include a new argument <code>entrypoint</code> after <code>plugin</code> \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/31](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/31)\)\.
96113
* Rename <code>only\_classic\_markup</code> parser option to <code>onlyClassicMarkup</code> \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/22](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/22)\)\.
97114

98-
<a id="bugfixes-1"></a>
115+
<a id="bugfixes-2"></a>
99116
### Bugfixes
100117

101118
* HTML and MarkDown code\: quote HTML command arguments correctly\; make sure URLs are correctly quoted \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/22](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/22)\)\.
102119

103120
<a id="v0-1-0"></a>
104121
## v0\.1\.0
105122

106-
<a id="release-summary-4"></a>
123+
<a id="release-summary-5"></a>
107124
### Release Summary
108125

109126
First usable version\, including semantic markup support\.
@@ -123,7 +140,7 @@ First usable version\, including semantic markup support\.
123140

124141
* The package was renamed on npmjs\.com from <code>antsibull\_docs</code> to <code>antsibull\-docs</code> \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/15](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/15)\)\.
125142

126-
<a id="bugfixes-2"></a>
143+
<a id="bugfixes-3"></a>
127144
### Bugfixes
128145

129146
* Fix error message output for MarkDown\. Make sure error message is escaped in RST\. Fix error messages when parsing escaped parameters \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/8](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/8)\)\.
@@ -132,7 +149,7 @@ First usable version\, including semantic markup support\.
132149
<a id="v0-0-1"></a>
133150
## v0\.0\.1
134151

135-
<a id="release-summary-5"></a>
152+
<a id="release-summary-6"></a>
136153
### Release Summary
137154

138155
Initial release\.

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ antsibull-docs -- TypeScript library for processing Ansible documentation markup
44

55
.. contents:: Topics
66

7+
v1.0.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Maintenance release.
14+
15+
Bugfixes
16+
--------
17+
18+
- Properly escape MarkDown link targets (https://github.com/ansible-community/antsibull-docs-ts/pull/197).
19+
720
v1.0.0
821
======
922

changelogs/changelog.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,12 @@ releases:
105105
fragments:
106106
- 1.0.0.yml
107107
release_date: '2023-04-27'
108+
1.0.1:
109+
changes:
110+
bugfixes:
111+
- Properly escape MarkDown link targets (https://github.com/ansible-community/antsibull-docs-ts/pull/197).
112+
release_summary: Maintenance release.
113+
fragments:
114+
- 1.0.1.yml
115+
- 197-md-link-escape.yml
116+
release_date: '2024-03-17'

changelogs/fragments/1.0.1.yml

-1
This file was deleted.

changelogs/fragments/197-md-link-escape.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)