Skip to content

Commit 380ca9d

Browse files
committed
bump: version 0.2.5 → 0.3.0
1 parent d5aa8bc commit 380ca9d

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
## v0.3.0 (2025-11-17)
2+
3+
### ✨ Features
4+
5+
- **issue**: Update issue templates
6+
- **OpenAI-SDK**: Integration of OpenAI-SDK
7+
- **OpenAI-SDK**: Integration of OpenAI-SDK
8+
9+
### 🐛🚑️ Fixes
10+
11+
- **uv**: Switch from poetry to uv for building the package
12+
13+
### BREAKING CHANGE
14+
15+
- transition from poetry to uv
16+
17+
### bump
18+
19+
- **deps-dev**: bump openapi-python-client from 0.25.0 to 0.27.0
20+
- **deps-dev**: bump google-adk from 1.4.1 to 1.17.0
21+
- **deps**: bump click from 8.1.8 to 8.3.0
22+
- **deps-dev**: bump ruff from 0.11.13 to 0.12.12
23+
- **deps-dev**: bump google-adk from 1.3.0 to 1.4.1
24+
- **deps**: bump litellm from 1.72.6.post1 to 1.72.6.post2
25+
- **deps-dev**: bump packaging from 24.2 to 25.0
26+
27+
### fix
28+
29+
- **docs**: replace HTML entities in completer.md to fix MDX parsing error
30+
- **docs**: replace HTML entities in completer.md to fix MDX parsing error
31+
32+
### ✅🤡🧪 Tests
33+
34+
- **google-adk**: removing test google-adk
35+
- **Tests**: add new tests for the cli and fixed a typo
36+
37+
### 💄🚸 UI & UIX
38+
39+
- **adding-tui**: add a tui for an interactive experience with the terminal
40+
41+
### 💚👷 CI & Build
42+
43+
- **Codecov**: Omitting tui from the pyproject
44+
- **codecov**: testing codecov
45+
- **Minor**: Minor fix on for codecov
46+
- **removing-cloudflare**: Removing cloudflare from the deployment
47+
48+
### 📝💡 Documentation
49+
50+
- **Update-the-documentation**: fixing deployment of documentation
51+
- **Update-the-documentation**: fixing deployment of documentation
52+
153
## v0.2.5 (2025-06-20)
254

355
### bump

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hackagent"
3-
version = "0.2.5"
3+
version = "0.3.0"
44
description = "HackAgent is an open-source security toolkit to detect vulnerabilities of your AI Agents."
55
authors = [
66
{name = "AI Security Lab", email = "[email protected]"}

0 commit comments

Comments
 (0)