Skip to content

Commit b6711b5

Browse files
committed
Release 1.2.1.
1 parent 24759f7 commit b6711b5

File tree

5 files changed

+47
-11
lines changed

5 files changed

+47
-11
lines changed

CHANGELOG.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,36 @@
22

33
**Topics**
44

5-
- <a href="#v1-2-0">v1\.2\.0</a>
5+
- <a href="#v1-2-1">v1\.2\.1</a>
66
- <a href="#release-summary">Release Summary</a>
7+
- <a href="#bugfixes">Bugfixes</a>
8+
- <a href="#v1-2-0">v1\.2\.0</a>
9+
- <a href="#release-summary-1">Release Summary</a>
710
- <a href="#minor-changes">Minor Changes</a>
811
- <a href="#v1-1-0">v1\.1\.0</a>
9-
- <a href="#release-summary-1">Release Summary</a>
12+
- <a href="#release-summary-2">Release Summary</a>
1013
- <a href="#minor-changes-1">Minor Changes</a>
11-
- <a href="#bugfixes">Bugfixes</a>
14+
- <a href="#bugfixes-1">Bugfixes</a>
1215
- <a href="#v1-0-0">v1\.0\.0</a>
13-
- <a href="#release-summary-2">Release Summary</a>
16+
- <a href="#release-summary-3">Release Summary</a>
17+
18+
<a id="v1-2-1"></a>
19+
## v1\.2\.1
20+
21+
<a id="release-summary"></a>
22+
### Release Summary
23+
24+
Bugfix release\.
25+
26+
<a id="bugfixes"></a>
27+
### Bugfixes
28+
29+
* Ensure that <code>path</code> and <code>root\_prefix</code> for <code>antsibull\_docutils\.rst\_code\_finder\.find\_code\_blocks\(\)</code> can actually be path\-like objects \([https\://github\.com/ansible\-community/antsibull\-docutils/pull/13](https\://github\.com/ansible\-community/antsibull\-docutils/pull/13)\)\.
1430

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

18-
<a id="release-summary"></a>
34+
<a id="release-summary-1"></a>
1935
### Release Summary
2036

2137
Feature release\.
@@ -28,7 +44,7 @@ Feature release\.
2844
<a id="v1-1-0"></a>
2945
## v1\.1\.0
3046

31-
<a id="release-summary-1"></a>
47+
<a id="release-summary-2"></a>
3248
### Release Summary
3349

3450
Maintenance release\.
@@ -38,15 +54,15 @@ Maintenance release\.
3854

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

41-
<a id="bugfixes"></a>
57+
<a id="bugfixes-1"></a>
4258
### Bugfixes
4359

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

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

49-
<a id="release-summary-2"></a>
65+
<a id="release-summary-3"></a>
5066
### Release Summary
5167

5268
Initial release\.

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Antsibull docutils helpers Release Notes
44

55
.. contents:: Topics
66

7+
v1.2.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Bugfix release.
14+
15+
Bugfixes
16+
--------
17+
18+
- Ensure that ``path`` and ``root_prefix`` for ``antsibull_docutils.rst_code_finder.find_code_blocks()`` can actually be path-like objects (https://github.com/ansible-community/antsibull-docutils/pull/13).
19+
720
v1.2.0
821
======
922

changelogs/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,13 @@ releases:
3535
- 1.2.0.yml
3636
- 12-rst-find-code.yml
3737
release_date: '2025-06-16'
38+
1.2.1:
39+
changes:
40+
bugfixes:
41+
- Ensure that ``path`` and ``root_prefix`` for ``antsibull_docutils.rst_code_finder.find_code_blocks()``
42+
can actually be path-like objects (https://github.com/ansible-community/antsibull-docutils/pull/13).
43+
release_summary: Bugfix release.
44+
fragments:
45+
- 1.2.1.yml
46+
- 13-path.yml
47+
release_date: '2025-07-05'

changelogs/fragments/1.2.1.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/13-path.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)