mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-10 06:04:15 +00:00
release: 1.1.0
This commit is contained in:
parent
89a526d31a
commit
a957ecd132
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# 1.1.0 (unreleased)
|
||||
# 1.1.0 (2022-02-12)
|
||||
|
||||
- fix: Do not pass display as param since it's a singleton + init locale to fix warning
|
||||
- feat: Open node file when double-clicking on it from a
|
||||
|
|
|
@ -17,5 +17,5 @@ from .parser import PlaybookParser
|
|||
from .postprocessor import GraphVizPostProcessor
|
||||
from .renderer import GraphvizRenderer
|
||||
|
||||
__version__ = "1.0.2"
|
||||
__version__ = "1.1.0"
|
||||
__prog__ = "ansible-playbook-grapher"
|
||||
|
|
Loading…
Reference in a new issue