Skip to content

Commit 4ebed70

Browse files
authoredMar 4, 2025··
release 4.1.0 (Azure#465)
1 parent 3bac48f commit 4ebed70

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎HISTORY.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
33
Release History
44
===============
5+
4.1.0
6+
++++++
7+
* Fix tag parse and aaz model saving for `aaz-dev command-model generate-from-swagger` and `aaz-dev cli generate-by-swagger-tag` (#444)
8+
* Fix resources merge with get and put query params inconsistence (#463)
9+
* Add autogen help message for aaz command group and command (#453)
10+
* Fix CLI UI set registered as default (#461)
11+
* typespec: update tsp compiler to 0.65.0 and its dependence and liftr to 0.8.0 (#460)(#464)
12+
513
4.0.0
614
++++++
715
* [Breaking Change] Dropped the dependency on `tree.json` file in aaz repo (#409)

‎docs/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ github:
3636
pypi: https://pypi.org/project/aaz-dev/
3737

3838
# TODO: get version number from github
39-
version: v4.0.0
39+
version: v4.1.0
4040

4141
# Build settings
4242
theme: minima

‎version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("4", "0", "0", "")
2+
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("4", "1", "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)
Please sign in to comment.