Skip to content

Commit

Permalink
chore(ci): Bump version to 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
elisiariocouto committed Oct 23, 2024
1 parent bde2e0a commit 5fd385b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <elisiario@couto.io>"]
repository = "https://github.com/elisiariocouto/jsonschema-markdown"
Expand Down

0 comments on commit 5fd385b

Please sign in to comment.