release: 1.0.1

This commit is contained in:
Mohamed El Mouctar HAIDARA 2022-01-06 23:53:08 +01:00
parent 1f2f2be408
commit 4a135ffa41
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
# 1.0.1 (unreleased)
# 1.0.1
* fix: Block can only contain tasks regardless of the context by @haidaraM
in [\#96](https://github.com/haidaraM/ansible-playbook-grapher/pull/96)
and [\#97](https://github.com/haidaraM/ansible-playbook-grapher/pull/97)
**Full Changelog**: https://github.com/haidaraM/ansible-playbook-grapher/compare/v1.0.0...v1.0.1

View file

@ -2,5 +2,5 @@ from .parser import PlaybookParser
from .postprocessor import GraphVizPostProcessor
from .renderer import GraphvizRenderer
__version__ = "1.0.1.dev"
__version__ = "1.0.1"
__prog__ = "ansible-playbook-grapher"