Skip to content

Commit

Permalink
doc: release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Feb 24, 2024
1 parent 8294dfd commit b294225
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 2.1.2 (2024-02-25)

## What's Changed

Dependency updates:

* chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot
in https://github.com/haidaraM/ansible-playbook-grapher/pull/166
* chore(deps): bump actions/setup-python from 4 to 5 by @dependabot
in https://github.com/haidaraM/ansible-playbook-grapher/pull/165
* chore(deps): bump pytest from 7.4.3 to 7.4.4 by @dependabot
in https://github.com/haidaraM/ansible-playbook-grapher/pull/168
* chore(deps): update black requirement from ~=23.11 to ~=23.12 by @dependabot
in https://github.com/haidaraM/ansible-playbook-grapher/pull/169
* chore(deps): update lxml requirement from <5 to <6 by @dependabot
in https://github.com/haidaraM/ansible-playbook-grapher/pull/167
* chore(deps): update ansible-core requirement from <2.16,>=2.15 to >=2.15,<2.17 by @dependabot
in https://github.com/haidaraM/ansible-playbook-grapher/pull/164
* chore(deps): bump pytest from 7.4.4 to 8.0.0 by @dependabot
in https://github.com/haidaraM/ansible-playbook-grapher/pull/171
* chore(deps): update black requirement from ~=23.12 to ~=24.1 by @dependabot
in https://github.com/haidaraM/ansible-playbook-grapher/pull/172
* chore(deps): update ansible-core requirement from <2.16.1,>=2.15 to >=2.15,<2.16.4 by @dependabot
in https://github.com/haidaraM/ansible-playbook-grapher/pull/170

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

# 2.1.1 (2023-12-02)

## 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 @@ -27,7 +27,7 @@
from .graph_model import PlaybookNode, PlayNode, TaskNode, RoleNode, BlockNode
from .parser import PlaybookParser

__version__ = "2.1.1"
__version__ = "2.1.2"
__prog__ = "ansible-playbook-grapher"

display = Display()
Expand Down

0 comments on commit b294225

Please sign in to comment.