diff --git a/CHANGELOG.md b/CHANGELOG.md index 386dca4a..456c2845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ansibleplaybookgrapher/__init__.py b/ansibleplaybookgrapher/__init__.py index 8f1a4c71..9086db7a 100644 --- a/ansibleplaybookgrapher/__init__.py +++ b/ansibleplaybookgrapher/__init__.py @@ -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"