Skip to content

Commit

Permalink
chore(ci): Bump version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
elisiariocouto committed Apr 16, 2024
1 parent 94dc417 commit 872723f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.3.6 (2024/04/16)

### Features

- Add new option to hide empty columns. ([134125e9](https://github.com/elisiariocouto/jsonschema-markdown/commit/134125e91111132d07e8a2656781606eadc19728))


### Miscellaneous Tasks

- Update dependencies. ([94dc4174](https://github.com/elisiariocouto/jsonschema-markdown/commit/94dc4174aeaa97cf2a7ffe13ce06dd553615fab4))


### Testing

- Add multiple test scenarios, add automatic test generation with pre-commit hook. ([c164bfaa](https://github.com/elisiariocouto/jsonschema-markdown/commit/c164bfaaf5a1a859e77b1c38674f71350b2f5e54))


## 0.3.5 (2024/04/11)

### 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.5"
version = "0.3.6"
description = "Export a JSON Schema document to Markdown documentation."
authors = ["Elisiário Couto <[email protected]>"]
repository = "https://github.com/elisiariocouto/jsonschema-markdown"
Expand Down

0 comments on commit 872723f

Please sign in to comment.