You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* antsibull\-docs\-parser no longer supports Python 3\.6\, 3\.7\, and 3\.8\. Python 3\.9\+ is now required \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/68](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/68)\)\.
35
51
36
52
<aid="v1-1-1"></a>
37
53
## v1\.1\.1
38
54
39
-
<aid="release-summary"></a>
55
+
<aid="release-summary-1"></a>
40
56
### Release Summary
41
57
42
58
Bugfix release\.
@@ -54,7 +70,7 @@ Bugfix release\.
54
70
<aid="v1-1-0"></a>
55
71
## v1\.1\.0
56
72
57
-
<aid="release-summary-1"></a>
73
+
<aid="release-summary-2"></a>
58
74
### Release Summary
59
75
60
76
Bugfix and feature release that improves markup parsing and generation with respect to whitespace handling and escaping\.
@@ -76,7 +92,7 @@ Bugfix and feature release that improves markup parsing and generation with resp
76
92
<aid="v1-0-2"></a>
77
93
## v1\.0\.2
78
94
79
-
<aid="release-summary-2"></a>
95
+
<aid="release-summary-3"></a>
80
96
### Release Summary
81
97
82
98
Bugfix release\.
@@ -89,7 +105,7 @@ Bugfix release\.
89
105
<aid="v1-0-1"></a>
90
106
## v1\.0\.1
91
107
92
-
<aid="release-summary-3"></a>
108
+
<aid="release-summary-4"></a>
93
109
### Release Summary
94
110
95
111
Maintenance release\.
@@ -107,15 +123,15 @@ Maintenance release\.
107
123
<aid="v1-0-0"></a>
108
124
## v1\.0\.0
109
125
110
-
<aid="release-summary-4"></a>
126
+
<aid="release-summary-5"></a>
111
127
### Release Summary
112
128
113
129
First stable release\. This package is using semantic versioning\, so there will be no more breaking changes until the release of 2\.0\.0\.
114
130
115
131
<aid="v0-4-0"></a>
116
132
## v0\.4\.0
117
133
118
-
<aid="release-summary-5"></a>
134
+
<aid="release-summary-6"></a>
119
135
### Release Summary
120
136
121
137
Feature and bugfix release\.
@@ -134,7 +150,7 @@ Feature and bugfix release\.
134
150
<aid="v0-3-0"></a>
135
151
## v0\.3\.0
136
152
137
-
<aid="release-summary-6"></a>
153
+
<aid="release-summary-7"></a>
138
154
### Release Summary
139
155
140
156
Feature release\.
@@ -147,7 +163,7 @@ Feature release\.
147
163
<aid="v0-2-0"></a>
148
164
## v0\.2\.0
149
165
150
-
<aid="release-summary-7"></a>
166
+
<aid="release-summary-8"></a>
151
167
### Release Summary
152
168
153
169
New major release that increases compatibility with the [TypeScript code in antsibull\-docs\-ts](https\://github\.com/ansible\-community/antsibull\-docs\-ts)\.
@@ -174,7 +190,7 @@ New major release that increases compatibility with the [TypeScript code in ants
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ antsibull-docs-parser -- Python library for processing Ansible documentation mar
4
4
5
5
.. contents:: Topics
6
6
7
+
v1.2.0
8
+
======
9
+
10
+
Release Summary
11
+
---------------
12
+
13
+
Maintenance release that drops support for older Python releases.
14
+
15
+
Removed Features (previously deprecated)
16
+
----------------------------------------
17
+
18
+
- antsibull-docs-parser no longer supports Python 3.6, 3.7, and 3.8. Python 3.9+ is now required (https://github.com/ansible-community/antsibull-docs-parser/pull/68).
0 commit comments