Skip to content

Commit 03efbc3

Browse files
committed
Release 1.0.2.
1 parent 7c3f26b commit 03efbc3

File tree

5 files changed

+54
-19
lines changed

5 files changed

+54
-19
lines changed

CHANGELOG.md

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,46 @@
22

33
**Topics**
44

5-
- <a href="#v1-0-1">v1\.0\.1</a>
5+
- <a href="#v1-0-2">v1\.0\.2</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-0">v1\.0\.0</a>
8+
- <a href="#v1-0-1">v1\.0\.1</a>
109
- <a href="#release-summary-1">Release Summary</a>
11-
- <a href="#v0-4-0">v0\.4\.0</a>
10+
- <a href="#minor-changes">Minor Changes</a>
11+
- <a href="#bugfixes-1">Bugfixes</a>
12+
- <a href="#v1-0-0">v1\.0\.0</a>
1213
- <a href="#release-summary-2">Release Summary</a>
14+
- <a href="#v0-4-0">v0\.4\.0</a>
15+
- <a href="#release-summary-3">Release Summary</a>
1316
- <a href="#minor-changes-1">Minor Changes</a>
14-
- <a href="#bugfixes-1">Bugfixes</a>
17+
- <a href="#bugfixes-2">Bugfixes</a>
1518
- <a href="#v0-3-0">v0\.3\.0</a>
16-
- <a href="#release-summary-3">Release Summary</a>
19+
- <a href="#release-summary-4">Release Summary</a>
1720
- <a href="#minor-changes-2">Minor Changes</a>
1821
- <a href="#v0-2-0">v0\.2\.0</a>
19-
- <a href="#release-summary-4">Release Summary</a>
22+
- <a href="#release-summary-5">Release Summary</a>
2023
- <a href="#minor-changes-3">Minor Changes</a>
2124
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
2225
- <a href="#v0-0-1">v0\.0\.1</a>
23-
- <a href="#release-summary-5">Release Summary</a>
26+
- <a href="#release-summary-6">Release Summary</a>
27+
28+
<a id="v1-0-2"></a>
29+
## v1\.0\.2
30+
31+
<a id="release-summary"></a>
32+
### Release Summary
33+
34+
Bugfix release\.
35+
36+
<a id="bugfixes"></a>
37+
### Bugfixes
38+
39+
* 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)\)\.
2440

2541
<a id="v1-0-1"></a>
2642
## v1\.0\.1
2743

28-
<a id="release-summary"></a>
44+
<a id="release-summary-1"></a>
2945
### Release Summary
3046

3147
Maintenance release\.
@@ -35,23 +51,23 @@ Maintenance release\.
3551

3652
* 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)\)\.
3753

38-
<a id="bugfixes"></a>
54+
<a id="bugfixes-1"></a>
3955
### Bugfixes
4056

4157
* 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)\)\.
4258

4359
<a id="v1-0-0"></a>
4460
## v1\.0\.0
4561

46-
<a id="release-summary-1"></a>
62+
<a id="release-summary-2"></a>
4763
### Release Summary
4864

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

5167
<a id="v0-4-0"></a>
5268
## v0\.4\.0
5369

54-
<a id="release-summary-2"></a>
70+
<a id="release-summary-3"></a>
5571
### Release Summary
5672

5773
Feature and bugfix release\.
@@ -62,15 +78,15 @@ Feature and bugfix release\.
6278
* 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)\)\.
6379
* 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)\)\.
6480

65-
<a id="bugfixes-1"></a>
81+
<a id="bugfixes-2"></a>
6682
### Bugfixes
6783

6884
* 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)\)\.
6985

7086
<a id="v0-3-0"></a>
7187
## v0\.3\.0
7288

73-
<a id="release-summary-3"></a>
89+
<a id="release-summary-4"></a>
7490
### Release Summary
7591

7692
Feature release\.
@@ -83,7 +99,7 @@ Feature release\.
8399
<a id="v0-2-0"></a>
84100
## v0\.2\.0
85101

86-
<a id="release-summary-4"></a>
102+
<a id="release-summary-5"></a>
87103
### Release Summary
88104

89105
New major release that increases compatibility with the [TypeScript code in antsibull\-docs\-ts](https\://github\.com/ansible\-community/antsibull\-docs\-ts)\.
@@ -110,7 +126,7 @@ New major release that increases compatibility with the [TypeScript code in ants
110126
<a id="v0-0-1"></a>
111127
## v0\.0\.1
112128

113-
<a id="release-summary-5"></a>
129+
<a id="release-summary-6"></a>
114130
### Release Summary
115131

116132
Initial experimental release\.

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v1.0.2
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Bugfix release.
14+
15+
Bugfixes
16+
--------
17+
18+
- Fix handling of empty markup parameters for RST (https://github.com/ansible-community/antsibull-docs-parser/pull/51).
19+
720
v1.0.1
821
======
922

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,12 @@ releases:
7676
- 37-md-link-escape.yml
7777
- python-3.12.yml
7878
release_date: '2024-03-17'
79+
1.0.2:
80+
changes:
81+
bugfixes:
82+
- Fix handling of empty markup parameters for RST (https://github.com/ansible-community/antsibull-docs-parser/pull/51).
83+
release_summary: Bugfix release.
84+
fragments:
85+
- 1.0.2.yml
86+
- 51-rst.yml
87+
release_date: '2024-06-30'

changelogs/fragments/1.0.2.yml

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

changelogs/fragments/51-rst.yml

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

0 commit comments

Comments
 (0)