Skip to content

Commit ad4fe53

Browse files
committed
prepare for the next release
1 parent 989886d commit ad4fe53

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2.5.0 (Unreleased)
2+
3+
## What's Changed
4+
5+
* **feat: Adding support for reading playbooks from collections by @haidaraM in https://github.com/haidaraM/ansible-playbook-grapher/pull/208**
6+
* chore(deps): bump ruff from 0.7.1 to 0.7.4 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/209
7+
* chore(deps): update ansible-core requirement from <2.17.3,>=2.16 to >=2.16,<2.17.5 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/201
8+
* chore(deps): bump pytest-cov from 5.0.0 to 6.0.0 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/206
9+
* chore(deps): bump ruff from 0.6.8 to 0.7.1 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/205
10+
11+
**Full Changelog**: https://github.com/haidaraM/ansible-playbook-grapher/compare/v2.4.0...v2.5.0
12+
113
# 2.4.0 (2024-10-31)
214

315
## What's Changed

ansibleplaybookgrapher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
While you can use this package into another project, it is not primarily designed for that (yet).
44
"""
55

6-
__version__ = "2.5.0-dev2"
6+
__version__ = "2.5.0-dev3"
77
__prog__ = "ansible-playbook-grapher"

0 commit comments

Comments
 (0)