mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-10 06:04:15 +00:00
bump version: 0.8.0
This commit is contained in:
parent
9ae4cf2057
commit
a820ffb06d
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
# 0.8.0 (not released yet)
|
||||
# 0.8.0
|
||||
- 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`)
|
||||
- Add ability to run the tests with "python setup.py test"
|
||||
- Fix Pypi package description
|
||||
- Other minor changes...
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "0.7.3"
|
||||
__version__ = "0.8.0"
|
||||
__prog__ = "ansible-playbook-grapher"
|
||||
|
|
Loading…
Reference in a new issue