Merge branch 'dmw'

pull/303/head
David Wilson 8 years ago
commit fd72720219

@ -15,6 +15,18 @@ Release Notes
</style>
v0.2.1 (2018-07-10)
-------------------
Mitogen for Ansible
~~~~~~~~~~~~~~~~~~~
* `#297 <https://github.com/dw/mitogen/issues/297>`_: compatibility: local
actions set their working directory to that of their defining playbook, and
inherit a process environment as if they were executed as a subprocess of the
forked task worker.
v0.2.0 (2018-07-09)
-------------------

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

Loading…
Cancel
Save