Skip to content

Commit

Permalink
doc: release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Dec 16, 2024
1 parent 6f6ff00 commit 8d0099d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# 2.6.0 (unreleased)
# 2.6.0 (2024-12-16)

## What's Changed

* chore(deps): bump pytest from 8.3.3 to 8.3.4 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/216
* ci: Collapse the mermaid graphs in the job summary by @haidaraM in https://github.com/haidaraM/ansible-playbook-grapher/pull/221
* feat: Add support for ignoring standalone tasks and role tasks with `--only-roles` in the graph view by @Eltryo in https://github.com/haidaraM/ansible-playbook-grapher/pull/218
* fix: Tasks in 'include_role' were being wrongly included in the graph by default by @haidaraM in https://github.com/haidaraM/ansible-playbook-grapher/pull/222
* fix: Increase Ansible and Python compatibility range to [2.16, 2.18.2[ by @haidaraM in https://github.com/haidaraM/ansible-playbook-grapher/pull/220
* fix(mermaid): More rounded role node for consistency with graphviz
* ci: Collapse the mermaid graphs in the job summary by @haidaraM in https://github.com/haidaraM/ansible-playbook-grapher/pull/221
* ci: Make sure workflows are triggered for forks
* chore(deps): bump pytest from 8.3.3 to 8.3.4 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/216

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

Expand Down
2 changes: 1 addition & 1 deletion ansibleplaybookgrapher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
While you can use this package into another project, it is not primarily designed for that (yet).
"""

__version__ = "2.6.0-dev0"
__version__ = "2.6.0"
__prog__ = "ansible-playbook-grapher"

0 comments on commit 8d0099d

Please sign in to comment.