Skip to content

Commit e31725b

Browse files
committed
Release 1.2.0.
1 parent 56ff6cb commit e31725b

File tree

5 files changed

+45
-10
lines changed

5 files changed

+45
-10
lines changed

CHANGELOG.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,38 @@
22

33
**Topics**
44

5-
- <a href="#v1-1-0">v1\.1\.0</a>
5+
- <a href="#v1-2-0">v1\.2\.0</a>
66
- <a href="#release-summary">Release Summary</a>
77
- <a href="#minor-changes">Minor Changes</a>
8+
- <a href="#v1-1-0">v1\.1\.0</a>
9+
- <a href="#release-summary-1">Release Summary</a>
10+
- <a href="#minor-changes-1">Minor Changes</a>
811
- <a href="#bugfixes">Bugfixes</a>
912
- <a href="#v1-0-0">v1\.0\.0</a>
10-
- <a href="#release-summary-1">Release Summary</a>
13+
- <a href="#release-summary-2">Release Summary</a>
14+
15+
<a id="v1-2-0"></a>
16+
## v1\.2\.0
17+
18+
<a id="release-summary"></a>
19+
### Release Summary
20+
21+
Feature release\.
22+
23+
<a id="minor-changes"></a>
24+
### Minor Changes
25+
26+
* Add helper <code>antsibull\_docutils\.rst\_code\_finder\.find\_code\_blocks\(\)</code> that allows to find code blocks in RST files\. This is useful for linters and also code that wants to modify the code block\'s contents\. \([https\://github\.com/ansible\-community/antsibull\-docutils/pull/12](https\://github\.com/ansible\-community/antsibull\-docutils/pull/12)\)\.
1127

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

15-
<a id="release-summary"></a>
31+
<a id="release-summary-1"></a>
1632
### Release Summary
1733

1834
Maintenance release\.
1935

20-
<a id="minor-changes"></a>
36+
<a id="minor-changes-1"></a>
2137
### Minor Changes
2238

2339
* Declare support for Python 3\.13 \([https\://github\.com/ansible\-community/antsibull\-docutils/pull/4](https\://github\.com/ansible\-community/antsibull\-docutils/pull/4)\)\.
@@ -30,7 +46,7 @@ Maintenance release\.
3046
<a id="v1-0-0"></a>
3147
## v1\.0\.0
3248

33-
<a id="release-summary-1"></a>
49+
<a id="release-summary-2"></a>
3450
### Release Summary
3551

3652
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.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Feature release.
14+
15+
Minor Changes
16+
-------------
17+
18+
- Add helper ``antsibull_docutils.rst_code_finder.find_code_blocks()`` that allows to find code blocks in RST files. This is useful for linters and also code that wants to modify the code block's contents. (https://github.com/ansible-community/antsibull-docutils/pull/12).
19+
720
v1.1.0
821
======
922

changelogs/changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,14 @@ releases:
2424
- 6-type.yml
2525
- python-3.13.yml
2626
release_date: '2024-12-14'
27+
1.2.0:
28+
changes:
29+
minor_changes:
30+
- Add helper ``antsibull_docutils.rst_code_finder.find_code_blocks()`` that
31+
allows to find code blocks in RST files. This is useful for linters and
32+
also code that wants to modify the code block's contents. (https://github.com/ansible-community/antsibull-docutils/pull/12).
33+
release_summary: Feature release.
34+
fragments:
35+
- 1.2.0.yml
36+
- 12-rst-find-code.yml
37+
release_date: '2025-06-16'

changelogs/fragments/1.2.0.yml

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

changelogs/fragments/12-rst-find-code.yml

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

0 commit comments

Comments
 (0)