diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b6cba7..16c35d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,41 +2,57 @@
**Topics**
-- v1\.0\.1
+- v1\.0\.2
- Release Summary
- Bugfixes
-- v1\.0\.0
+- v1\.0\.1
- Release Summary
-- v0\.4\.0
+ - Bugfixes
+- v1\.0\.0
- Release Summary
+- v0\.4\.0
+ - Release Summary
- Minor Changes
- Breaking Changes / Porting Guide
- - Bugfixes
+ - Bugfixes
- v0\.3\.0
- - Release Summary
+ - Release Summary
- Minor Changes
- v0\.2\.0
- - Release Summary
+ - Release Summary
- Minor Changes
- Breaking Changes / Porting Guide
- - Bugfixes
+ - Bugfixes
- v0\.1\.0
- - Release Summary
+ - Release Summary
- Minor Changes
- Breaking Changes / Porting Guide
- - Bugfixes
+ - Bugfixes
- v0\.0\.1
- - Release Summary
+ - Release Summary
+
+
+## v1\.0\.2
+
+
+### Release Summary
+
+Bugfix release\.
+
+
+### Bugfixes
+
+* 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)\)\.
## v1\.0\.1
-
+
### Release Summary
Maintenance release\.
-
+
### Bugfixes
* 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)\)\.
@@ -44,7 +60,7 @@ Maintenance release\.
## v1\.0\.0
-
+
### Release Summary
First stable release\. This package is using semantic versioning\, so there will be no more breaking changes until the release of 2\.0\.0\.
@@ -52,7 +68,7 @@ First stable release\. This package is using semantic versioning\, so there will
## v0\.4\.0
-
+
### Release Summary
New major release that increases compatibility with the [Python code in antsibull\-docs\-parser](https\://github\.com/ansible\-community/antsibull\-docs\-parser)\.
@@ -67,7 +83,7 @@ New major release that increases compatibility with the [Python code in antsibul
* Rename current\_plugin
options of various functions to currentPlugin
\, and the role\_entrypoint
option of parse
to roleEntrypoint
\([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/49](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/49)\)\.
-
+
### Bugfixes
* 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)\)\.
@@ -75,7 +91,7 @@ New major release that increases compatibility with the [Python code in antsibul
## v0\.3\.0
-
+
### Release Summary
Feature release\.
@@ -88,7 +104,7 @@ Feature release\.
## v0\.2\.0
-
+
### Release Summary
New major release that increases compatibility with the [Python code in antsibull\-docs\-parser](https\://github\.com/ansible\-community/antsibull\-docs\-parser)\.
@@ -112,7 +128,7 @@ New major release that increases compatibility with the [Python code in antsibul
* Modify pluginOptionLikeLink
signature to include a new argument entrypoint
after plugin
\([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/31](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/31)\)\.
* Rename only\_classic\_markup
parser option to onlyClassicMarkup
\([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/22](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/22)\)\.
-
+
### Bugfixes
* 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)\)\.
@@ -120,7 +136,7 @@ New major release that increases compatibility with the [Python code in antsibul
## v0\.1\.0
-
+
### Release Summary
First usable version\, including semantic markup support\.
@@ -140,7 +156,7 @@ First usable version\, including semantic markup support\.
* The package was renamed on npmjs\.com from antsibull\_docs
to antsibull\-docs
\([https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/15](https\://github\.com/ansible\-community/antsibull\-docs\-ts/pull/15)\)\.
-
+
### Bugfixes
* 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)\)\.
@@ -149,7 +165,7 @@ First usable version\, including semantic markup support\.
## v0\.0\.1
-
+
### Release Summary
Initial release\.
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b47eae6..750ea8f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,19 @@ antsibull-docs -- TypeScript library for processing Ansible documentation markup
.. contents:: Topics
+v1.0.2
+======
+
+Release Summary
+---------------
+
+Bugfix release.
+
+Bugfixes
+--------
+
+- Fix handling of empty markup parameters for RST (https://github.com/ansible-community/antsibull-docs-ts/pull/262).
+
v1.0.1
======
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 892aaa5..0b25c8a 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -114,3 +114,12 @@ releases:
- 1.0.1.yml
- 197-md-link-escape.yml
release_date: '2024-03-17'
+ 1.0.2:
+ changes:
+ bugfixes:
+ - Fix handling of empty markup parameters for RST (https://github.com/ansible-community/antsibull-docs-ts/pull/262).
+ release_summary: Bugfix release.
+ fragments:
+ - 1.0.2.yml
+ - 262-rst.yml
+ release_date: '2024-06-30'
diff --git a/changelogs/fragments/1.0.2.yml b/changelogs/fragments/1.0.2.yml
deleted file mode 100644
index 8ce9aa9..0000000
--- a/changelogs/fragments/1.0.2.yml
+++ /dev/null
@@ -1 +0,0 @@
-release_summary: Bugfix release.
diff --git a/changelogs/fragments/262-rst.yml b/changelogs/fragments/262-rst.yml
deleted file mode 100644
index 20e4c6d..0000000
--- a/changelogs/fragments/262-rst.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-bugfixes:
- - "Fix handling of empty markup parameters for RST (https://github.com/ansible-community/antsibull-docs-ts/pull/262)."