- Properly handle `SIGINT` and `SIGTERM` on spawed subprocesses (`7 <https://github.com/s0undt3ch/python-tools-scripts/issues/7>`_)
0.9.1
==================
Improvements ------------
- Provide helper `chdir` method on the context object. (`6 <https://github.com/s0undt3ch/python-tools-scripts/issues/6>`_)
0.9.0
==================
Improvements ------------
- When a function has a keyword argument with a boolean default, the parser now automatically creates the `store_true` or `store_false` action(if not action was provided in the `arguments` keyword definition. (`5 <https://github.com/s0undt3ch/python-tools-scripts/issues/5>`_)
0.9.0rc5
=====================
Improvements ------------
- Provide a `run()` method to `ctx` to run subprocesses. (`4 <https://github.com/s0undt3ch/python-tools-scripts/issues/4>`_)
0.9.0rc4
=====================
Improvements ------------
- Several improvements with logging (`3 <https://github.com/s0undt3ch/python-tools-scripts/issues/3>`_)
0.9.0rc3
=====================
Bug Fixes ---------
- Fix typo in keyword argument (`2 <https://github.com/s0undt3ch/python-tools-scripts/issues/2>`_)