Skip to content

Commit 8f81091

Browse files
feature: add release notes and bump version
1 parent a3cedbd commit 8f81091

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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)

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)