Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Commit b1f1429

Browse files
committed
v0.2.0
1 parent 6cd1777 commit b1f1429

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.0] - 20/04/2021
9+
- Examples are now also rendered (PR #1, thanks @mrtj!)
10+
811
## [0.1.1] - 31/08/2020
912
- Initial release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jsonschema2md"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Convert JSON Schema to human-readable Markdown documentation"
55
authors = ["Ralf Gabriels <ralfg@hotmail.be>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)