Skip to content

Commit e733c6d

Browse files
committed
chore: release 0.15.3
1 parent 4eb1f70 commit e733c6d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

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+
310
## v0.15.2 (2023-03-22)
411

512
### Fixes

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 = "binarylane-cli"
3-
version = "0.15.2"
3+
version = "0.15.3"
44
description = ""
55
authors = ["Nathan O'Sullivan <nathan.osullivan@mammoth.com.au>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)