Skip to content

Commit acf0e9e

Browse files
committed
Release 1.1.1.
1 parent d2b0869 commit acf0e9e

File tree

6 files changed

+79
-32
lines changed

6 files changed

+79
-32
lines changed

CHANGELOG.md

Lines changed: 49 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,71 @@
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>
77
- <a href="#minor-changes">Minor Changes</a>
88
- <a href="#bugfixes">Bugfixes</a>
9-
- <a href="#v1-0-2">v1\.0\.2</a>
9+
- <a href="#v1-1-0">v1\.1\.0</a>
1010
- <a href="#release-summary-1">Release Summary</a>
11+
- <a href="#minor-changes-1">Minor Changes</a>
1112
- <a href="#bugfixes-1">Bugfixes</a>
12-
- <a href="#v1-0-1">v1\.0\.1</a>
13+
- <a href="#v1-0-2">v1\.0\.2</a>
1314
- <a href="#release-summary-2">Release Summary</a>
14-
- <a href="#minor-changes-1">Minor Changes</a>
1515
- <a href="#bugfixes-2">Bugfixes</a>
16-
- <a href="#v1-0-0">v1\.0\.0</a>
16+
- <a href="#v1-0-1">v1\.0\.1</a>
1717
- <a href="#release-summary-3">Release Summary</a>
18-
- <a href="#v0-4-0">v0\.4\.0</a>
19-
- <a href="#release-summary-4">Release Summary</a>
2018
- <a href="#minor-changes-2">Minor Changes</a>
2119
- <a href="#bugfixes-3">Bugfixes</a>
22-
- <a href="#v0-3-0">v0\.3\.0</a>
20+
- <a href="#v1-0-0">v1\.0\.0</a>
21+
- <a href="#release-summary-4">Release Summary</a>
22+
- <a href="#v0-4-0">v0\.4\.0</a>
2323
- <a href="#release-summary-5">Release Summary</a>
2424
- <a href="#minor-changes-3">Minor Changes</a>
25-
- <a href="#v0-2-0">v0\.2\.0</a>
25+
- <a href="#bugfixes-4">Bugfixes</a>
26+
- <a href="#v0-3-0">v0\.3\.0</a>
2627
- <a href="#release-summary-6">Release Summary</a>
2728
- <a href="#minor-changes-4">Minor Changes</a>
29+
- <a href="#v0-2-0">v0\.2\.0</a>
30+
- <a href="#release-summary-7">Release Summary</a>
31+
- <a href="#minor-changes-5">Minor Changes</a>
2832
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
2933
- <a href="#v0-0-1">v0\.0\.1</a>
30-
- <a href="#release-summary-7">Release Summary</a>
34+
- <a href="#release-summary-8">Release Summary</a>
35+
36+
<a id="v1-1-1"></a>
37+
## v1\.1\.1
38+
39+
<a id="release-summary"></a>
40+
### Release Summary
41+
42+
Bugfix release\.
43+
44+
<a id="minor-changes"></a>
45+
### Minor Changes
46+
47+
* Declare support for Python 3\.13 \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/59](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/59)\)\.
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\-parser/pull/65](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/65)\)\.
3153

3254
<a id="v1-1-0"></a>
3355
## v1\.1\.0
3456

35-
<a id="release-summary"></a>
57+
<a id="release-summary-1"></a>
3658
### Release Summary
3759

3860
Bugfix and feature release that improves markup parsing and generation with respect to whitespace handling and escaping\.
3961

40-
<a id="minor-changes"></a>
62+
<a id="minor-changes-1"></a>
4163
### Minor Changes
4264

4365
* Allow to determine how to handle whitespace during parsing with the new <code>whitespace</code> option \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/54](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/54)\)\.
4466
* Always remove some whitespace around <code>HORIZONTALLINE</code> \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/54](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/54)\)\.
4567
* 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\-parser/pull/56](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/56)\)\.
4668

47-
<a id="bugfixes"></a>
69+
<a id="bugfixes-1"></a>
4870
### Bugfixes
4971

5072
* Do not apply URI encoding to visible URL \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/53](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/53)\)\.
@@ -54,83 +76,83 @@ Bugfix and feature release that improves markup parsing and generation with resp
5476
<a id="v1-0-2"></a>
5577
## v1\.0\.2
5678

57-
<a id="release-summary-1"></a>
79+
<a id="release-summary-2"></a>
5880
### Release Summary
5981

6082
Bugfix release\.
6183

62-
<a id="bugfixes-1"></a>
84+
<a id="bugfixes-2"></a>
6385
### Bugfixes
6486

6587
* Fix handling of empty markup parameters for RST \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/51](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/51)\)\.
6688

6789
<a id="v1-0-1"></a>
6890
## v1\.0\.1
6991

70-
<a id="release-summary-2"></a>
92+
<a id="release-summary-3"></a>
7193
### Release Summary
7294

7395
Maintenance release\.
7496

75-
<a id="minor-changes-1"></a>
97+
<a id="minor-changes-2"></a>
7698
### Minor Changes
7799

78100
* Declare support for Python 3\.12 \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/45](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/45)\)\.
79101

80-
<a id="bugfixes-2"></a>
102+
<a id="bugfixes-3"></a>
81103
### Bugfixes
82104

83105
* Properly escape MarkDown link targets \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/37](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/37)\)\.
84106

85107
<a id="v1-0-0"></a>
86108
## v1\.0\.0
87109

88-
<a id="release-summary-3"></a>
110+
<a id="release-summary-4"></a>
89111
### Release Summary
90112

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

93115
<a id="v0-4-0"></a>
94116
## v0\.4\.0
95117

96-
<a id="release-summary-4"></a>
118+
<a id="release-summary-5"></a>
97119
### Release Summary
98120

99121
Feature and bugfix release\.
100122

101-
<a id="minor-changes-2"></a>
123+
<a id="minor-changes-3"></a>
102124
### Minor Changes
103125

104126
* Adjust URL escaping to be more similar to JavaScript\'s <code>encodeURI\(\)</code> \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24)\)\.
105127
* Also escape <code>\.</code> in MarkDown \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24)\)\.
106128

107-
<a id="bugfixes-3"></a>
129+
<a id="bugfixes-4"></a>
108130
### Bugfixes
109131

110132
* Fix URL escaping in MarkDown \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24)\)\.
111133

112134
<a id="v0-3-0"></a>
113135
## v0\.3\.0
114136

115-
<a id="release-summary-5"></a>
137+
<a id="release-summary-6"></a>
116138
### Release Summary
117139

118140
Feature release\.
119141

120-
<a id="minor-changes-3"></a>
142+
<a id="minor-changes-4"></a>
121143
### Minor Changes
122144

123145
* Add support for plain RST rendering \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/20](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/20)\)\.
124146

125147
<a id="v0-2-0"></a>
126148
## v0\.2\.0
127149

128-
<a id="release-summary-6"></a>
150+
<a id="release-summary-7"></a>
129151
### Release Summary
130152

131153
New major release that increases compatibility with the [TypeScript code in antsibull\-docs\-ts](https\://github\.com/ansible\-community/antsibull\-docs\-ts)\.
132154

133-
<a id="minor-changes-4"></a>
155+
<a id="minor-changes-5"></a>
134156
### Minor Changes
135157

136158
* Add strict mode for parsing \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/15](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/15)\)\.
@@ -152,7 +174,7 @@ New major release that increases compatibility with the [TypeScript code in ants
152174
<a id="v0-0-1"></a>
153175
## v0\.0\.1
154176

155-
<a id="release-summary-7"></a>
177+
<a id="release-summary-8"></a>
156178
### Release Summary
157179

158180
Initial experimental release\.

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ antsibull-docs-parser -- Python library for processing Ansible documentation mar
44

55
.. contents:: Topics
66

7+
v1.1.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Bugfix release.
14+
15+
Minor Changes
16+
-------------
17+
18+
- Declare support for Python 3.13 (https://github.com/ansible-community/antsibull-docs-parser/pull/59).
19+
20+
Bugfixes
21+
--------
22+
23+
- Make sure to also escape pipes (``\|``) in reStructured Text (https://github.com/ansible-community/antsibull-docs-parser/pull/65).
24+
725
v1.1.0
826
======
927

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,15 @@ releases:
106106
- 54-whitespace.yml
107107
- 56-postprocess.yml
108108
release_date: '2024-08-25'
109+
1.1.1:
110+
changes:
111+
bugfixes:
112+
- Make sure to also escape pipes (``\|``) in reStructured Text (https://github.com/ansible-community/antsibull-docs-parser/pull/65).
113+
minor_changes:
114+
- Declare support for Python 3.13 (https://github.com/ansible-community/antsibull-docs-parser/pull/59).
115+
release_summary: Bugfix release.
116+
fragments:
117+
- 1.1.1.yml
118+
- 65-rst-pipe.yml
119+
- python-3.13.yml
120+
release_date: '2025-01-16'

changelogs/fragments/1.1.1.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/65-rst-pipe.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/python-3.13.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)