Skip to content

Commit 07a631e

Browse files
authored
Merge pull request #519 from DanielMicrosoft/release-v4.5.0
build: Release v4.5.0
2 parents dd97afd + 3fb5e71 commit 07a631e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

HISTORY.rst

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

6+
4.5.0
7+
++++++
8+
* Add `generate_all` command functionality for CLI generation. (#516)
9+
* Add CLI generate interface with Liftr integration. (#513)
10+
* Add comprehensive frontend testing infrastructure with Vitest and GitHub Actions CI pipeline. (#515)
11+
* Fix duplicate parameters in CLI generation. (#512)
12+
* Fix example generation issues and line break descriptions. (#510) (#511)
13+
* Refactor API layer from class-based to object-based service patterns. (#509)
14+
615
4.4.0
716
++++++
817
* GUI heuristics upgrade. (#498)

docs/_config.yml

Lines changed: 1 addition & 1 deletion
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.4.0
39+
version: v4.5.0
4040

4141
# Build settings
4242
theme: minima

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