Skip to content

Commit 70eeaa7

Browse files
committed
Release 1.1.1.
1 parent 2637f80 commit 70eeaa7

File tree

5 files changed

+66
-31
lines changed

5 files changed

+66
-31
lines changed

CHANGELOG.md

+44-28
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,59 @@
22

33
**Topics**
44

5-
- <a href="#v1-1-0">v1\.1\.0</a>
5+
- <a href="#v1-1-1">v1\.1\.1</a>
66
- <a href="#release-summary">Release Summary</a>
7-
- <a href="#minor-changes">Minor Changes</a>
87
- <a href="#bugfixes">Bugfixes</a>
9-
- <a href="#v1-0-2">v1\.0\.2</a>
8+
- <a href="#v1-1-0">v1\.1\.0</a>
109
- <a href="#release-summary-1">Release Summary</a>
10+
- <a href="#minor-changes">Minor Changes</a>
1111
- <a href="#bugfixes-1">Bugfixes</a>
12-
- <a href="#v1-0-1">v1\.0\.1</a>
12+
- <a href="#v1-0-2">v1\.0\.2</a>
1313
- <a href="#release-summary-2">Release Summary</a>
1414
- <a href="#bugfixes-2">Bugfixes</a>
15-
- <a href="#v1-0-0">v1\.0\.0</a>
15+
- <a href="#v1-0-1">v1\.0\.1</a>
1616
- <a href="#release-summary-3">Release Summary</a>
17-
- <a href="#v0-4-0">v0\.4\.0</a>
17+
- <a href="#bugfixes-3">Bugfixes</a>
18+
- <a href="#v1-0-0">v1\.0\.0</a>
1819
- <a href="#release-summary-4">Release Summary</a>
20+
- <a href="#v0-4-0">v0\.4\.0</a>
21+
- <a href="#release-summary-5">Release Summary</a>
1922
- <a href="#minor-changes-1">Minor Changes</a>
2023
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
21-
- <a href="#bugfixes-3">Bugfixes</a>
24+
- <a href="#bugfixes-4">Bugfixes</a>
2225
- <a href="#v0-3-0">v0\.3\.0</a>
23-
- <a href="#release-summary-5">Release Summary</a>
26+
- <a href="#release-summary-6">Release Summary</a>
2427
- <a href="#minor-changes-2">Minor Changes</a>
2528
- <a href="#v0-2-0">v0\.2\.0</a>
26-
- <a href="#release-summary-6">Release Summary</a>
29+
- <a href="#release-summary-7">Release Summary</a>
2730
- <a href="#minor-changes-3">Minor Changes</a>
2831
- <a href="#breaking-changes--porting-guide-1">Breaking Changes / Porting Guide</a>
29-
- <a href="#bugfixes-4">Bugfixes</a>
32+
- <a href="#bugfixes-5">Bugfixes</a>
3033
- <a href="#v0-1-0">v0\.1\.0</a>
31-
- <a href="#release-summary-7">Release Summary</a>
34+
- <a href="#release-summary-8">Release Summary</a>
3235
- <a href="#minor-changes-4">Minor Changes</a>
3336
- <a href="#breaking-changes--porting-guide-2">Breaking Changes / Porting Guide</a>
34-
- <a href="#bugfixes-5">Bugfixes</a>
37+
- <a href="#bugfixes-6">Bugfixes</a>
3538
- <a href="#v0-0-1">v0\.0\.1</a>
36-
- <a href="#release-summary-8">Release Summary</a>
39+
- <a href="#release-summary-9">Release Summary</a>
40+
41+
<a id="v1-1-1"></a>
42+
## v1\.1\.1
43+
44+
<a id="release-summary"></a>
45+
### Release Summary
46+
47+
Bugfix release\.
48+
49+
<a id="bugfixes"></a>
50+
### Bugfixes
51+
52+
* Make sure to also escape pipes \(<code>\\\|</code>\) in reStructured Text \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/381](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/381)\)\.
3753

3854
<a id="v1-1-0"></a>
3955
## v1\.1\.0
4056

41-
<a id="release-summary"></a>
57+
<a id="release-summary-1"></a>
4258
### Release Summary
4359

4460
Bugfix and feature release that improves markup parsing and generation with respect to whitespace handling and escaping\.
@@ -50,7 +66,7 @@ Bugfix and feature release that improves markup parsing and generation with resp
5066
* Always remove some whitespace around <code>HORIZONTALLINE</code> \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/295](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/295)\)\.
5167
* Apply postprocessing to RST and MarkDown to avoid generating invalid markup when input contains whitespace at potentially dangerous places \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/296](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/296)\)\.
5268

53-
<a id="bugfixes"></a>
69+
<a id="bugfixes-1"></a>
5470
### Bugfixes
5571

5672
* Do not apply URI encoding to visible URL \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/286](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/286)\)\.
@@ -60,41 +76,41 @@ Bugfix and feature release that improves markup parsing and generation with resp
6076
<a id="v1-0-2"></a>
6177
## v1\.0\.2
6278

63-
<a id="release-summary-1"></a>
79+
<a id="release-summary-2"></a>
6480
### Release Summary
6581

6682
Bugfix release\.
6783

68-
<a id="bugfixes-1"></a>
84+
<a id="bugfixes-2"></a>
6985
### Bugfixes
7086

7187
* Fix handling of empty markup parameters for RST \([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/262](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/262)\)\.
7288

7389
<a id="v1-0-1"></a>
7490
## v1\.0\.1
7591

76-
<a id="release-summary-2"></a>
92+
<a id="release-summary-3"></a>
7793
### Release Summary
7894

7995
Maintenance release\.
8096

81-
<a id="bugfixes-2"></a>
97+
<a id="bugfixes-3"></a>
8298
### Bugfixes
8399

84100
* 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)\)\.
85101

86102
<a id="v1-0-0"></a>
87103
## v1\.0\.0
88104

89-
<a id="release-summary-3"></a>
105+
<a id="release-summary-4"></a>
90106
### Release Summary
91107

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

94110
<a id="v0-4-0"></a>
95111
## v0\.4\.0
96112

97-
<a id="release-summary-4"></a>
113+
<a id="release-summary-5"></a>
98114
### Release Summary
99115

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

110126
* 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)\)\.
111127

112-
<a id="bugfixes-3"></a>
128+
<a id="bugfixes-4"></a>
113129
### Bugfixes
114130

115131
* 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)\)\.
116132

117133
<a id="v0-3-0"></a>
118134
## v0\.3\.0
119135

120-
<a id="release-summary-5"></a>
136+
<a id="release-summary-6"></a>
121137
### Release Summary
122138

123139
Feature release\.
@@ -130,7 +146,7 @@ Feature release\.
130146
<a id="v0-2-0"></a>
131147
## v0\.2\.0
132148

133-
<a id="release-summary-6"></a>
149+
<a id="release-summary-7"></a>
134150
### Release Summary
135151

136152
New major release that increases compatibility with the [Python code in antsibull\-docs\-parser](https\://github\.com/ansible\-community/antsibull\-docs\-parser)\.
@@ -154,15 +170,15 @@ New major release that increases compatibility with the [Python code in antsibul
154170
* 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)\)\.
155171
* 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)\)\.
156172

157-
<a id="bugfixes-4"></a>
173+
<a id="bugfixes-5"></a>
158174
### Bugfixes
159175

160176
* 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)\)\.
161177

162178
<a id="v0-1-0"></a>
163179
## v0\.1\.0
164180

165-
<a id="release-summary-7"></a>
181+
<a id="release-summary-8"></a>
166182
### Release Summary
167183

168184
First usable version\, including semantic markup support\.
@@ -182,7 +198,7 @@ First usable version\, including semantic markup support\.
182198

183199
* 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)\)\.
184200

185-
<a id="bugfixes-5"></a>
201+
<a id="bugfixes-6"></a>
186202
### Bugfixes
187203

188204
* 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)\)\.
@@ -191,7 +207,7 @@ First usable version\, including semantic markup support\.
191207
<a id="v0-0-1"></a>
192208
## v0\.0\.1
193209

194-
<a id="release-summary-8"></a>
210+
<a id="release-summary-9"></a>
195211
### Release Summary
196212

197213
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.1.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Bugfix release.
14+
15+
Bugfixes
16+
--------
17+
18+
- Make sure to also escape pipes (``\|``) in reStructured Text (https://github.com/ansible-community/antsibull-docs-ts/pull/381).
19+
720
v1.1.0
821
======
922

changelogs/changelog.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,12 @@ releases:
144144
- 295-whitespace.yml
145145
- 296-postprocess.yml
146146
release_date: '2024-08-25'
147+
1.1.1:
148+
changes:
149+
bugfixes:
150+
- Make sure to also escape pipes (``\|``) in reStructured Text (https://github.com/ansible-community/antsibull-docs-ts/pull/381).
151+
release_summary: Bugfix release.
152+
fragments:
153+
- 1.1.1.yml
154+
- 381-rst-pipe.yml
155+
release_date: '2025-01-16'

changelogs/fragments/1.1.1.yml

-1
This file was deleted.

changelogs/fragments/381-rst-pipe.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)