Skip to content

Commit 077bb3e

Browse files
committed
v0.6.2
1 parent f665dcb commit 077bb3e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

HISTORY.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@
33
Release History
44
===============
55

6+
0.6.2
7+
+++++
8+
* Fix issue in _cmd.py.j2 (#80)
9+
* Fix nullable issue for discriminators (#81)
10+
* Fix frozen issue for additional_props (#81)
11+
612
0.6.1
7-
++++
13+
+++++
814
* Disable `singular options` generation for list argument by default (#79)
915

1016
0.6.0
11-
++++
17+
+++++
1218
* Support singular options for list argument (#78)
1319
* Fix argument long summary generation (#78)
1420

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "6", "1", "")
2+
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "6", "2", "")
33

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

0 commit comments

Comments
 (0)