Skip to content

Commit 0953a93

Browse files
authored
Merge pull request #1223 from moreati/prep-v0.3.21
Prepare v0.3.21
2 parents c39c475 + 5c76941 commit 0953a93

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,17 @@ To avail of fixes in an unreleased version, please download a ZIP file
2121
In progress (unreleased)
2222
------------------------
2323

24+
25+
26+
v0.3.21 (2025-01-20)
27+
--------------------
28+
2429
* :gh:issue:`1209` docs: Fix Netlify build of website
2530
* :gh:issue:`1216` :mod:`ansible_mitogen`: Add all ansible_freeipa modules to
2631
the always-fork list.
32+
* :gh:issue:`766` :mod:`ansible_mitogen`: Fix ""could not recover task_vars"
33+
and "get_with_context_result object has no attribute _create_control_path"
34+
when using ``kubectl``, ``netconf``, or ``network_cli`` connection plugins.
2735

2836

2937
v0.3.20 (2025-01-07)

docs/contributors.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ sponsorship and outstanding future-thinking of its early adopters.
124124
<li><a href="https://www.epartment.nl/">Epartment</a></li>
125125
<li><a href="http://andrianaivo.org/">Fidy Andrianaivo</a> &mdash; <em>never let a human do an ansible job ;)</em></li>
126126
<li><a href="https://www.channable.com">rkrzr</a></li>
127+
<li><a href="https://github.com/Nihlus">Jarl Gullberg</a></li>
127128
<li>jgadling</li>
128129
<li>John F Wall &mdash; <em>Making Ansible Great with Massive Parallelism</em></li>
129130
<li><a href="https://github.com/jrosser">Jonathan Rosser</a></li>
@@ -132,6 +133,7 @@ sponsorship and outstanding future-thinking of its early adopters.
132133
<li><a href="https://github.com/lberruti">Luca Berruti</li>
133134
<li>Lewis Bellwood &mdash; <em>Happy to be apart of a great project.</em></li>
134135
<li>luto</li>
136+
<li><a href="https://github.com/markafarrell">@markafarrell</a></li>
135137
<li><a href="https://mayeu.me/">Mayeu a.k.a Matthieu Maury</a></li>
136138
<li><a href="https://github.com/madsi1m">Michael D'Silva</a></li>
137139
<li><a href="https://github.com/mordekasg">mordek</a></li>

mitogen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
#: Library version as a tuple.
38-
__version__ = (0, 3, 21, 'dev')
38+
__version__ = (0, 3, 22, 'dev')
3939

4040

4141
#: This is :data:`False` in slave contexts. Previously it was used to prevent

0 commit comments

Comments
 (0)