We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb1f70 commit e733c6dCopy full SHA for e733c6d
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## v0.15.3 (2023-03-29)
4
+
5
+### Fixes
6
7
+- incorrect parsing of object list when a list primitive immediately preceeds keyword (#38)
8
+- provide empty list instead of Unset for OpenAPI arrays marked "required" (#35)
9
10
## v0.15.2 (2023-03-22)
11
12
### Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "binarylane-cli"
-version = "0.15.2"
+version = "0.15.3"
description = ""
authors = ["Nathan O'Sullivan <nathan.osullivan@mammoth.com.au>"]
readme = "README.md"
0 commit comments