Skip to content

Commit 6e3d8a8

Browse files
authored
Merge pull request #553 from Cloud-Code-AI/551-kaizen-cli-improve-configuration-setup-for-users
updated new release version
2 parents a987365 + a446823 commit 6e3d8a8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ In the ever-evolving world of software development, delivering high-quality code
3030
### 🔍 Key Features
3131

3232
- **🤖 AI-Powered Code Reviews**: Automated pull request reviews with insightful summaries and improvement suggestions, catching potential issues before they escalate.
33-
3433
- **🧪 Smart Test Generation**:
3534
- End-to-end tests based on your application's code and documentation, ensuring comprehensive coverage.
3635
- Unit test generation for Python (with TypeScript and React support coming soon!), saving you valuable time and effort.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kaizen-cloudcode"
3-
version = "0.4.11"
3+
version = "0.4.12"
44
description = "An intelligent coding companion that accelerates your development workflow by providing efficient assistance, enabling you to craft high-quality code more rapidly."
55
authors = ["Saurav Panda <[email protected]>"]
66
license = "Apache2.0"

0 commit comments

Comments
 (0)