Skip to content

Commit

Permalink
Merge pull request #1223 from moreati/prep-v0.3.21
Browse files Browse the repository at this point in the history
Prepare v0.3.21
  • Loading branch information
moreati authored Jan 20, 2025
2 parents c39c475 + 5c76941 commit 0953a93
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,17 @@ To avail of fixes in an unreleased version, please download a ZIP file
In progress (unreleased)
------------------------



v0.3.21 (2025-01-20)
--------------------

* :gh:issue:`1209` docs: Fix Netlify build of website
* :gh:issue:`1216` :mod:`ansible_mitogen`: Add all ansible_freeipa modules to
the always-fork list.
* :gh:issue:`766` :mod:`ansible_mitogen`: Fix ""could not recover task_vars"
and "get_with_context_result object has no attribute _create_control_path"
when using ``kubectl``, ``netconf``, or ``network_cli`` connection plugins.


v0.3.20 (2025-01-07)
Expand Down
2 changes: 2 additions & 0 deletions docs/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ sponsorship and outstanding future-thinking of its early adopters.
<li><a href="https://www.epartment.nl/">Epartment</a></li>
<li><a href="http://andrianaivo.org/">Fidy Andrianaivo</a> &mdash; <em>never let a human do an ansible job ;)</em></li>
<li><a href="https://www.channable.com">rkrzr</a></li>
<li><a href="https://github.com/Nihlus">Jarl Gullberg</a></li>
<li>jgadling</li>
<li>John F Wall &mdash; <em>Making Ansible Great with Massive Parallelism</em></li>
<li><a href="https://github.com/jrosser">Jonathan Rosser</a></li>
Expand All @@ -132,6 +133,7 @@ sponsorship and outstanding future-thinking of its early adopters.
<li><a href="https://github.com/lberruti">Luca Berruti</li>
<li>Lewis Bellwood &mdash; <em>Happy to be apart of a great project.</em></li>
<li>luto</li>
<li><a href="https://github.com/markafarrell">@markafarrell</a></li>
<li><a href="https://mayeu.me/">Mayeu a.k.a Matthieu Maury</a></li>
<li><a href="https://github.com/madsi1m">Michael D'Silva</a></li>
<li><a href="https://github.com/mordekasg">mordek</a></li>
Expand Down
2 changes: 1 addition & 1 deletion mitogen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


#: Library version as a tuple.
__version__ = (0, 3, 21, 'dev')
__version__ = (0, 3, 22, 'dev')


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

0 comments on commit 0953a93

Please sign in to comment.