Skip to content

Commit

Permalink
doc: update changelog and version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Sep 7, 2024
1 parent 3376bda commit f9e1534
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.3.0 (Unreleased)
# 2.3.0 (2024-09-07)

## What's Changed

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ At the time of writing, two renderers are supported:
2. `mermaid-flowchart`: Generate the graph in [Mermaid](https://mermaid.js.org/syntax/flowchart.html) format. You can
directly embed the graph in your markdown and GitHub (
and [other integrations](https://mermaid.js.org/ecosystem/integrations.html)) will render it.
3. `json`: Generate a JSON representation of the graph to be used by other tools.
3. `json`: Generate a JSON representation of the graph to be used by other tools. The corresponding JSON schema
is [here.](https://github.com/haidaraM/ansible-playbook-grapher/tree/main/tests/fixtures/json-schemas)

If you are interested to support more renderers, feel free to create an issue or raise a PR based on the existing
renderers.
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.3.0-dev"
__version__ = "2.3.0"
__prog__ = "ansible-playbook-grapher"

0 comments on commit f9e1534

Please sign in to comment.