Skip to content

Commit

Permalink
Merge pull request #422 from kairu-ms/release-v3.1.0
Browse files Browse the repository at this point in the history
Release v3.1.0
  • Loading branch information
kairu-ms authored Oct 18, 2024
2 parents 596417d + c55e3cb commit 1c541c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Release History
===============
3.1.0
+++++
* Support managed identity sub commands (#403)
* Support to merge crud operations for the same resource (#415)
* Support to generate object with props and additional properties as FreeFormDictType in CLI (#415)
* Fix cli generation with build-in keywords (#416)
* Drop the `msrestazure` dependence (#418)
* Disable AazResourceLocationArg auto fill from the value from resource group when it's `nullable`. (#421)

3.0.0
++++++
* Support swagger `base_path` (#400)
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ github:
pypi: https://pypi.org/project/aaz-dev/

# TODO: get version number from github
version: v3.0.0
version: v3.1.0

# Build settings
theme: minima
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 = ("3", "0", "0", "")
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("3", "1", "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 1c541c0

Please sign in to comment.