Udpate CHANGELOG.md for 0.10.0

This commit is contained in:
Mohamed El Mouctar HAIDARA 2020-08-02 17:06:34 +02:00
parent c48d672e9a
commit c900b72c3e

View file

@ -1,7 +1,14 @@
# 0.10.0 (Unreleased)
# 0.10.0
- Fix [\#13](https://github.com/haidaraM/ansible-playbook-grapher/issues/13): Tasks with same names are not mapped
anymore to the same nodes.
- pytest-cov from 2.8.1 to 2.9.0 via Dependant bot
- Fix: Do not add the skipped tags to the graph [\#24](https://github.com/haidaraM/ansible-playbook-grapher/issues/24)
- Do not run some tests with Ansible 2.8: Ansible 2.8 sets some global variables causing the tests to fail.
To avoid that, these tests are marked to fail. This "mark" should be removed when we drop support for Ansible 2.8
- FIX. README Usage (#41)
- Bump pytest-cov from 2.8.1 to 2.9.0 via Dependant bot
- Bump graphviz from 0.14 to 0.14.1 via Dependant bot
- Bump pytest from 5.4.3 to 6.0.1
- Various fixes: typo, remove useless functions
# 0.9.4
- Fix playbook with relative var_file. Fix #35