Prepare v0.3.25

pull/1316/head^2
Alex Willmer 4 months ago
parent d240a78af3
commit dfafa1430e

@ -18,8 +18,8 @@ To avail of fixes in an unreleased version, please download a ZIP file
`directly from GitHub <https://github.com/mitogen-hq/mitogen/>`_.
In progress (unreleased)
------------------------
v0.3.25 (2025-07-29)
--------------------
Ansible 12 has deprecated third-party strategy plugins. This is currently
how Mitogen integrates with Ansible (e.g. `ANSIBLE_STRATEGY=mitogen_linear`).
@ -32,6 +32,8 @@ Running Ansible 12 + Mitogen will currently print a deprecation warning
Ansible + Mitogen will still work for now. Mitogen is considering alternatives
to strategy plugins under :gh:issue:`1278`.
* :gh:issue:`1258` Ansible 12 (ansible-core 2.19) support
v0.3.25b1 (2025-07-21)
----------------------

@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup.
#: Library version as a tuple.
__version__ = (0, 3, 25, 'dev')
__version__ = (0, 3, 25)
#: This is :data:`False` in slave contexts. Previously it was used to prevent

@ -88,8 +88,7 @@ deps =
ansible9: ansible~=9.0
ansible10: ansible~=10.0
ansible11: ansible~=11.0
ansible12: ansible>=12.0a7
ansible12: ansible-core>=2.19rc1
ansible12: ansible>=12.0.0b2
install_command =
python -m pip --no-python-version-warning --disable-pip-version-check install {opts} {packages}
commands_pre =

Loading…
Cancel
Save