Skip to content

Commit

Permalink
Release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 14, 2024
1 parent 2ed0d45 commit 8fc8465
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 7 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,35 @@

**Topics**

- <a href="#v1-0-0">v1\.0\.0</a>
- <a href="#v1-1-0">v1\.1\.0</a>
- <a href="#release-summary">Release Summary</a>
- <a href="#minor-changes">Minor Changes</a>
- <a href="#bugfixes">Bugfixes</a>
- <a href="#v1-0-0">v1\.0\.0</a>
- <a href="#release-summary-1">Release Summary</a>

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

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

Maintenance release\.

<a id="minor-changes"></a>
### Minor Changes

* Declare support for Python 3\.13 \([https\://github\.com/ansible\-community/antsibull\-docutils/pull/4](https\://github\.com/ansible\-community/antsibull\-docutils/pull/4)\)\.

<a id="bugfixes"></a>
### Bugfixes

* Ensure that docutils\' <code>publish\_parts\(\)</code> <code>whole</code> output is a text string and not bytes \([https\://github\.com/ansible\-community/antsibull\-docutils/pull/6](https\://github\.com/ansible\-community/antsibull\-docutils/pull/6)\)\.

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

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

Initial release\.
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Antsibull docutils helpers Release Notes

.. contents:: Topics

v1.1.0
======

Release Summary
---------------

Maintenance release.

Minor Changes
-------------

- Declare support for Python 3.13 (https://github.com/ansible-community/antsibull-docutils/pull/4).

Bugfixes
--------

- Ensure that docutils' ``publish_parts()`` ``whole`` output is a text string and not bytes (https://github.com/ansible-community/antsibull-docutils/pull/6).

v1.0.0
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@ releases:
fragments:
- 1.0.0.yml
release_date: '2024-08-21'
1.1.0:
changes:
bugfixes:
- Ensure that docutils' ``publish_parts()`` ``whole`` output is a text string
and not bytes (https://github.com/ansible-community/antsibull-docutils/pull/6).
minor_changes:
- Declare support for Python 3.13 (https://github.com/ansible-community/antsibull-docutils/pull/4).
release_summary: Maintenance release.
fragments:
- 1.1.0.yml
- 6-type.yml
- python-3.13.yml
release_date: '2024-12-14'
1 change: 0 additions & 1 deletion changelogs/fragments/1.1.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/6-type.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/python-3.13.yml

This file was deleted.

0 comments on commit 8fc8465

Please sign in to comment.