doc: update changelog and version 2.3.0

This commit is contained in:
Mohamed El Mouctar HAIDARA 2024-09-07 10:29:46 +02:00
parent 3376bda1da
commit f9e15343dc
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# 2.3.0 (Unreleased)
# 2.3.0 (2024-09-07)
## What's Changed

View file

@ -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.

View file

@ -1,2 +1,2 @@
__version__ = "2.3.0-dev"
__version__ = "2.3.0"
__prog__ = "ansible-playbook-grapher"