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

Commit 0f63f61

Browse files
committed
Update changelog and bump patch version
1 parent 21d7eca commit 0f63f61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.3.5 2020-02-28
4+
5+
* Rework schema reference logic, to improve handling of nested structures.
6+
37
## v1.3.4 2020-02-27
48

59
* Resolve issue with drf-spectacular's use of "oneOf" to handle null enums.

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 = "drf-openapi-tester"
3-
version = "1.3.4"
3+
version = "1.3.5"
44
description = "Test utility for validating OpenAPI response documentation"
55
authors = ["Sondre Lillebø Gundersen <sondrelg@live.no>", "Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
66
maintainers = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]

0 commit comments

Comments
 (0)