diff --git a/HISTORY.rst b/HISTORY.rst index d9256b37..5ddc58b9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +0.10.2 +++++++ +* Add cmd unit test docs (#119) +* Limit empty object for create mutability only (#120) +* Fix argument content refresh issue in worksapce editor (#121) + 0.10.1 ++++++ * Support to parse swagger resource providers without `microsoft` keywords (#116) diff --git a/version.py b/version.py index 8169dd31..c2dcb6bd 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ -_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "10", "1", "") +_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "10", "2", "") # _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