Skip to content

Commit

Permalink
Release 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 12, 2024
1 parent a9a1110 commit 50b925a
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 5 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,29 @@

**Topics**

- <a href="#v1-0-0">v1\.0\.0</a>
- <a href="#v1-0-1">v1\.0\.1</a>
- <a href="#release-summary">Release Summary</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-0-1"></a>
## v1\.0\.1

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

Bugfix release\.

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

* Remove accidentally left\-in <code>print\(\)</code> statement in <code>antsibull\_fileutils\.io\.write\_file\(\)</code> \([https\://github\.com/ansible\-community/antsibull\-fileutils/pull/5](https\://github\.com/ansible\-community/antsibull\-fileutils/pull/5)\)\.

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

<a id="release-summary"></a>
<a id="release-summary-1"></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-fileutils Release Notes

.. contents:: Topics

v1.0.1
======

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

Bugfix release.

Bugfixes
--------

- Remove accidentally left-in ``print()`` statement in ``antsibull_fileutils.io.write_file()`` (https://github.com/ansible-community/antsibull-fileutils/pull/5).

v1.0.0
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ releases:
fragments:
- 1.0.0.yml
release_date: '2024-09-09'
1.0.1:
changes:
bugfixes:
- Remove accidentally left-in ``print()`` statement in ``antsibull_fileutils.io.write_file()``
(https://github.com/ansible-community/antsibull-fileutils/pull/5).
release_summary: Bugfix release.
fragments:
- 1.0.1.yml
- 5-io-print.yml
release_date: '2024-09-13'
1 change: 0 additions & 1 deletion changelogs/fragments/1.0.1.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/5-io-print.yml

This file was deleted.

0 comments on commit 50b925a

Please sign in to comment.