Skip to content

Commit

Permalink
release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Jul 17, 2022
1 parent 9116df0 commit 41b8e54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 1.1.3 (2022-07-17)

## What's Changed

* fix: Render a single node when multiple playbooks use the same role by @haidaraM
in https://github.com/haidaraM/ansible-playbook-grapher/pull/111
* fix: Improve the position of the conditions on the edges by @haidaraM
in https://github.com/haidaraM/ansible-playbook-grapher/pull/116

**Full Changelog**: https://github.com/haidaraM/ansible-playbook-grapher/compare/v1.1.2...v1.1.3

# 1.1.2 (2022-06-22)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion ansibleplaybookgrapher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
from .postprocessor import GraphVizPostProcessor
from .renderer import GraphvizRenderer

__version__ = "1.1.3-dev"
__version__ = "1.1.3"
__prog__ = "ansible-playbook-grapher"

0 comments on commit 41b8e54

Please sign in to comment.