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

Commit c1624f8

Browse files
committed
v0.2.0.post1
1 parent b1f1429 commit c1624f8

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,6 +5,9 @@ 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+
9+
## [0.2.0.post1] - 20/04/2021
10+
- Re-release of v0.2.0 to fix GitHub tagging issue
811
## [0.2.0] - 20/04/2021
912
- Examples are now also rendered (PR #1, thanks @mrtj!)
1013

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.2.0"
3+
version = "0.2.0.post1"
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)