From 5fd385b02c23b15a6bedacd7b0de73f1bf1d557e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Wed, 23 Oct 2024 15:50:00 +0100 Subject: [PATCH] chore(ci): Bump version to 0.3.12 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ea2d8..3001307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## 0.3.12 (2024/10/23) + +### Features + +- Add support to format examples as YAML or JSON (#20) ([bde2e0a3](https://github.com/elisiariocouto/jsonschema-markdown/commit/bde2e0a3ff5a8ac8e51a3d99985f4bda42a939ad)) + + + ## 0.3.11 (2024/09/30) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 3841401..dbd920a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "jsonschema-markdown" license = "MIT" -version = "0.3.11" +version = "0.3.12" description = "Export a JSON Schema document to Markdown documentation." authors = ["Elisiário Couto "] repository = "https://github.com/elisiariocouto/jsonschema-markdown"