Skip to content

Commit

Permalink
prepare next release: 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Sep 5, 2024
1 parent 90f5a30 commit 3376bda
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ansibleplaybookgrapher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.2.1"
__version__ = "2.3.0-dev"
__prog__ = "ansible-playbook-grapher"

0 comments on commit 3376bda

Please sign in to comment.