Skip to content

Commit

Permalink
release 0.19.1 (#196)
Browse files Browse the repository at this point in the history
* release 0.19.1
  • Loading branch information
AllyW authored Feb 1, 2023
1 parent 21477f7 commit cec3f0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Release History
===============

0.19.1
++++++
* Add pre_instance_create, post_instance_create, pre_instance_delete, post_instance_delete callbacks (#191)
* When generating subresource commands, set default identifier to 'name' if the element of array<object> contains 'id' and 'name' properties (#192)
* Fix array argument element class type display issue (#193)
* Compact json file in aaz output (#194)
* Support 'uri' format in swagger, support 'x-cadl-generated' property in swagger (#195)

0.19.0
++++++
* Feature support subcommand modification inheritance (#184)
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", "19", "0", "")
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("0", "19", "1", "")

# _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 cec3f0b

Please sign in to comment.