Skip to content

Commit

Permalink
doc: release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Oct 30, 2024
1 parent 811eae9 commit 7bd766a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 2.4.0 (2024-10-31)

## What's Changed

* ci: Use ruff for linting and format by @haidaraM in https://github.com/haidaraM/ansible-playbook-grapher/pull/199
* chore(deps): bump ruff from 0.6.4 to 0.6.8 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/202
* chore(deps): bump pytest from 8.3.2 to 8.3.3 by @dependabot in https://github.com/haidaraM/ansible-playbook-grapher/pull/200
* fix: 'dict' object has no attribute 'ansible_pos' when validating arguments by @haidaraM in https://github.com/haidaraM/ansible-playbook-grapher/pull/204


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

# 2.3.0 (2024-09-07)

## What's Changed
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.3.0"
__version__ = "2.4.0"
__prog__ = "ansible-playbook-grapher"

0 comments on commit 7bd766a

Please sign in to comment.