Skip to content

Commit

Permalink
Merge pull request #147 from kairu-ms/release-v0.14.0
Browse files Browse the repository at this point in the history
Release v0.14.0
  • Loading branch information
kairu-ms authored Oct 26, 2022
2 parents c739c39 + ca018cd commit 36add46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

0.14.0
++++++
* Support class type arguments `unwrap` and `flatten` (#145)
* Support resource url filter in swagger picker (#146)

0.13.0
++++++
* Support free from dict for `"additionalProperties":True` swagger definition (#138)
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "13", "0", "")
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "14", "0", "")

# _PATCH: On main and in a nightly release the patch should be one ahead of the last released build.
# _SUFFIX: This is mainly for nightly builds which have the suffix ".dev$DATE". See
Expand Down

0 comments on commit 36add46

Please sign in to comment.