Skip to content

Commit 173ae3d

Browse files
authored
Merge pull request Azure#212 from calvinhzy/release-v0.20.0
Release v0.20.0
2 parents b8d48e6 + 19545e2 commit 173ae3d

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Release History
44
===============
55

6+
0.20.0
7+
++++++
8+
* Fix incorrect statement when checking for content in --cli-path and --cli-extension-path (#205)
9+
* Fix bug when merge sub resources in aaz (#206)
10+
* Support inherent argument hide property on flatten (#207)
11+
* Fix bug for string type output commands (#209)
12+
* Fix sub command inherit bugs (#211)
13+
614
0.19.3
715
++++++
816
* Support default error format for mgmt-plane API (#202)

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", "19", "3", "")
2+
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "20", "0", "")
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)