From e319b2b88b17825457cc06b5cab8cbad03edd4de Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 17 Mar 2024 11:12:44 +0100 Subject: [PATCH] Release 1.0.1. --- CHANGELOG.md | 52 +++++++++++++++------- CHANGELOG.rst | 18 ++++++++ changelogs/changelog.yaml | 12 +++++ changelogs/fragments/1.0.1.yml | 1 - changelogs/fragments/37-md-link-escape.yml | 2 - changelogs/fragments/python-3.12.yml | 2 - 6 files changed, 67 insertions(+), 20 deletions(-) delete mode 100644 changelogs/fragments/1.0.1.yml delete mode 100644 changelogs/fragments/37-md-link-escape.yml delete mode 100644 changelogs/fragments/python-3.12.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecc18f..6cf8935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,26 +2,48 @@ **Topics** -- v1\.0\.0 +- v1\.0\.1 - Release Summary -- v0\.4\.0 - - Release Summary - Minor Changes - Bugfixes -- v0\.3\.0 +- v1\.0\.0 + - Release Summary +- v0\.4\.0 - Release Summary - Minor Changes -- v0\.2\.0 + - Bugfixes +- v0\.3\.0 - Release Summary - Minor Changes +- v0\.2\.0 + - Release Summary + - Minor Changes - Breaking Changes / Porting Guide - v0\.0\.1 - - Release Summary + - Release Summary + + +## v1\.0\.1 + + +### Release Summary + +Maintenance release\. + + +### Minor Changes + +* 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)\)\. + + +### Bugfixes + +* 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)\)\. ## 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\. @@ -29,18 +51,18 @@ First stable release\. This package is using semantic versioning\, so there will ## v0\.4\.0 - + ### Release Summary Feature and bugfix release\. - + ### Minor Changes * Adjust URL escaping to be more similar to JavaScript\'s encodeURI\(\) \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24)\)\. * Also escape \. in MarkDown \([https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24](https\://github\.com/ansible\-community/antsibull\-docs\-parser/pull/24)\)\. - + ### Bugfixes * 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)\)\. @@ -48,12 +70,12 @@ Feature and bugfix release\. ## v0\.3\.0 - + ### Release Summary Feature release\. - + ### Minor Changes * 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)\)\. @@ -61,12 +83,12 @@ Feature release\. ## v0\.2\.0 - + ### Release Summary New major release that increases compatibility with the [TypeScript code in antsibull\-docs\-ts](https\://github\.com/ansible\-community/antsibull\-docs\-ts)\. - + ### Minor Changes * 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)\)\. @@ -88,7 +110,7 @@ New major release that increases compatibility with the [TypeScript code in ants ## v0\.0\.1 - + ### Release Summary Initial experimental release\. diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a74594f..3d69898 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,24 @@ antsibull-docs-parser -- Python library for processing Ansible documentation mar .. contents:: Topics +v1.0.1 +====== + +Release Summary +--------------- + +Maintenance release. + +Minor Changes +------------- + +- Declare support for Python 3.12 (https://github.com/ansible-community/antsibull-docs-parser/pull/45). + +Bugfixes +-------- + +- Properly escape MarkDown link targets (https://github.com/ansible-community/antsibull-docs-parser/pull/37). + v1.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4221eab..dfb49c8 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -64,3 +64,15 @@ releases: fragments: - 1.0.0.yml release_date: '2023-04-27' + 1.0.1: + changes: + bugfixes: + - Properly escape MarkDown link targets (https://github.com/ansible-community/antsibull-docs-parser/pull/37). + minor_changes: + - Declare support for Python 3.12 (https://github.com/ansible-community/antsibull-docs-parser/pull/45). + release_summary: Maintenance release. + fragments: + - 1.0.1.yml + - 37-md-link-escape.yml + - python-3.12.yml + release_date: '2024-03-17' diff --git a/changelogs/fragments/1.0.1.yml b/changelogs/fragments/1.0.1.yml deleted file mode 100644 index 778e3fb..0000000 --- a/changelogs/fragments/1.0.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Maintenance release. diff --git a/changelogs/fragments/37-md-link-escape.yml b/changelogs/fragments/37-md-link-escape.yml deleted file mode 100644 index 1cd7ebd..0000000 --- a/changelogs/fragments/37-md-link-escape.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "Properly escape MarkDown link targets (https://github.com/ansible-community/antsibull-docs-parser/pull/37)." diff --git a/changelogs/fragments/python-3.12.yml b/changelogs/fragments/python-3.12.yml deleted file mode 100644 index d09e901..0000000 --- a/changelogs/fragments/python-3.12.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - Declare support for Python 3.12 (https://github.com/ansible-community/antsibull-docs-parser/pull/45).