diff --git a/docs/changelog.rst b/docs/changelog.rst index cc20a482..ce84593c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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) diff --git a/docs/contributors.rst b/docs/contributors.rst index ad35f91c..c37b64c9 100644 --- a/docs/contributors.rst +++ b/docs/contributors.rst @@ -124,6 +124,7 @@ sponsorship and outstanding future-thinking of its early adopters.
  • Epartment
  • Fidy Andrianaivonever let a human do an ansible job ;)
  • rkrzr
  • +
  • Jarl Gullberg
  • jgadling
  • John F Wall — Making Ansible Great with Massive Parallelism
  • Jonathan Rosser
  • @@ -132,6 +133,7 @@ sponsorship and outstanding future-thinking of its early adopters.
  • Luca Berruti
  • Lewis Bellwood — Happy to be apart of a great project.
  • luto
  • +
  • @markafarrell
  • Mayeu a.k.a Matthieu Maury
  • Michael D'Silva
  • mordek
  • diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 0a34c21b..7e8cb030 100644 --- a/mitogen/__init__.py +++ b/mitogen/__init__.py @@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup. #: 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