ansible-playbook-grapher/CHANGELOG.md

13 lines
542 B
Markdown
Raw Normal View History

2019-02-18 22:31:01 +00:00
# 0.8.1
- Pypi: Fix images URL in the description
2019-02-18 22:21:03 +00:00
# 0.8.0
2019-02-18 02:06:36 +00:00
- Add support for include_tasks [\#13](https://github.com/haidaraM/ansible-playbook-grapher/issues/13)
- Update Graphviz and lxml versions
- Fix hover on play nodes. The related tasks are properly highlighted now
- Travis: Test more versions of Ansible
- Print Ansible version used the by grapher when printing version (`ansible-playbook-grapher --version`)
2019-02-18 22:21:03 +00:00
- Add ability to run the tests with "python setup.py test"
- Fix Pypi package description
2019-02-18 02:06:36 +00:00
- Other minor changes...