chore: Bump version to 0.7.0

Version updates:
- README.md badge: 0.6.0 → 0.7.0
- cli/pyproject.toml: 0.6.0 → 0.7.0
- backend/pyproject.toml: 0.6.0 → 0.7.0
- sdk/pyproject.toml: 0.6.0 → 0.7.0
- ai/pyproject.toml: 0.6.0 → 0.7.0

Add CHANGELOG.md with comprehensive release notes for 0.7.0:
- Secret detection workflows (gitleaks, trufflehog, llm_secret_detection)
- AI module and agent integration
- Temporal migration completion
- CI/CD integration
- Documentation updates
- Bug fixes and improvements

Update llm_analysis default model to gpt-5-mini
This commit is contained in:
tduhamel42
2025-10-16 12:23:56 +02:00
parent 8063f03d87
commit 746699e7c0
7 changed files with 91 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "fuzzforge-cli"
version = "0.6.0"
version = "0.7.0"
description = "FuzzForge CLI - Command-line interface for FuzzForge security testing platform"
readme = "README.md"
authors = [