mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-10 06:04:15 +00:00
prepare next release: 2.3.0
This commit is contained in:
parent
90f5a30cb7
commit
3376bda1da
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,3 +1,19 @@
|
|||
# 2.3.0 (Unreleased)
|
||||
|
||||
## What's Changed
|
||||
|
||||
* **feat: Add support for a JSON renderer** by @haidaraM in https://github.com/haidaraM/ansible-playbook-grapher/pull/193
|
||||
* chore(deps): update black requirement from ~=24.3 to ~=24.4 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/188
|
||||
* chore(deps): bump pytest from 8.1.1 to 8.2.1 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/189
|
||||
* chore(deps): bump pytest from 8.2.1 to 8.2.2 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/191
|
||||
* chore(deps): update ansible-core requirement from <2.16.6,>=2.15 to >=2.15,<2.17.1 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/190
|
||||
* chore(deps): bump pytest from 8.2.2 to 8.3.2 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/195
|
||||
* chore(deps): bump pyquery from 2.0.0 to 2.0.1 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/197
|
||||
* chore(deps): update black requirement from ~=24.4 to ~=24.8 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/196
|
||||
* chore(deps): update ansible-core requirement from <2.17.1,>=2.16 to >=2.16,<2.17.3 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/194
|
||||
|
||||
**Full Changelog**: https://github.com/haidaraM/ansible-playbook-grapher/compare/v2.2.1...v2.3.0
|
||||
|
||||
# 2.2.1 (2024-04-24)
|
||||
|
||||
## What's Changed
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "2.2.1"
|
||||
__version__ = "2.3.0-dev"
|
||||
__prog__ = "ansible-playbook-grapher"
|
||||
|
|
Loading…
Reference in a new issue