Skip to content

Commit

Permalink
Release 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jun 30, 2024
1 parent 92636a0 commit d6fd42d
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 24 deletions.
58 changes: 37 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,73 @@

**Topics**

- <a href="#v1-0-1">v1\.0\.1</a>
- <a href="#v1-0-2">v1\.0\.2</a>
- <a href="#release-summary">Release Summary</a>
- <a href="#bugfixes">Bugfixes</a>
- <a href="#v1-0-0">v1\.0\.0</a>
- <a href="#v1-0-1">v1\.0\.1</a>
- <a href="#release-summary-1">Release Summary</a>
- <a href="#v0-4-0">v0\.4\.0</a>
- <a href="#bugfixes-1">Bugfixes</a>
- <a href="#v1-0-0">v1\.0\.0</a>
- <a href="#release-summary-2">Release Summary</a>
- <a href="#v0-4-0">v0\.4\.0</a>
- <a href="#release-summary-3">Release Summary</a>
- <a href="#minor-changes">Minor Changes</a>
- <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a>
- <a href="#bugfixes-1">Bugfixes</a>
- <a href="#bugfixes-2">Bugfixes</a>
- <a href="#v0-3-0">v0\.3\.0</a>
- <a href="#release-summary-3">Release Summary</a>
- <a href="#release-summary-4">Release Summary</a>
- <a href="#minor-changes-1">Minor Changes</a>
- <a href="#v0-2-0">v0\.2\.0</a>
- <a href="#release-summary-4">Release Summary</a>
- <a href="#release-summary-5">Release Summary</a>
- <a href="#minor-changes-2">Minor Changes</a>
- <a href="#breaking-changes--porting-guide-1">Breaking Changes / Porting Guide</a>
- <a href="#bugfixes-2">Bugfixes</a>
- <a href="#bugfixes-3">Bugfixes</a>
- <a href="#v0-1-0">v0\.1\.0</a>
- <a href="#release-summary-5">Release Summary</a>
- <a href="#release-summary-6">Release Summary</a>
- <a href="#minor-changes-3">Minor Changes</a>
- <a href="#breaking-changes--porting-guide-2">Breaking Changes / Porting Guide</a>
- <a href="#bugfixes-3">Bugfixes</a>
- <a href="#bugfixes-4">Bugfixes</a>
- <a href="#v0-0-1">v0\.0\.1</a>
- <a href="#release-summary-6">Release Summary</a>
- <a href="#release-summary-7">Release Summary</a>

<a id="v1-0-2"></a>
## v1\.0\.2

<a id="release-summary"></a>
### Release Summary

Bugfix release\.

<a id="bugfixes"></a>
### 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)\)\.

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

<a id="release-summary"></a>
<a id="release-summary-1"></a>
### Release Summary

Maintenance release\.

<a id="bugfixes"></a>
<a id="bugfixes-1"></a>
### 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)\)\.

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

<a id="release-summary-1"></a>
<a id="release-summary-2"></a>
### 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\.

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

<a id="release-summary-2"></a>
<a id="release-summary-3"></a>
### Release Summary

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

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

<a id="bugfixes-1"></a>
<a id="bugfixes-2"></a>
### 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)\)\.

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

<a id="release-summary-3"></a>
<a id="release-summary-4"></a>
### Release Summary

Feature release\.
Expand All @@ -88,7 +104,7 @@ Feature release\.
<a id="v0-2-0"></a>
## v0\.2\.0

<a id="release-summary-4"></a>
<a id="release-summary-5"></a>
### Release Summary

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

<a id="bugfixes-2"></a>
<a id="bugfixes-3"></a>
### 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)\)\.

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

<a id="release-summary-5"></a>
<a id="release-summary-6"></a>
### Release Summary

First usable version\, including semantic markup support\.
Expand All @@ -140,7 +156,7 @@ First usable version\, including semantic markup support\.

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

<a id="bugfixes-3"></a>
<a id="bugfixes-4"></a>
### 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)\)\.
Expand All @@ -149,7 +165,7 @@ First usable version\, including semantic markup support\.
<a id="v0-0-1"></a>
## v0\.0\.1

<a id="release-summary-6"></a>
<a id="release-summary-7"></a>
### Release Summary

Initial release\.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
1 change: 0 additions & 1 deletion changelogs/fragments/1.0.2.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/262-rst.yml

This file was deleted.

0 comments on commit d6fd42d

Please sign in to comment.