feat: auto-bump patch version on PR merge to main

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Justin Bollinger
2026-02-18 14:58:47 -05:00
co-authored by Claude Opus 4.6
parent c87f498c80
commit 8e30b1fbe2
3 changed files with 48 additions and 1 deletions
+2
View File
@@ -329,6 +329,7 @@ The optional `[ml]` group includes ML/AI features required for the PassGPT attac
- **torch** - PyTorch deep learning framework (for PassGPT attack and training)
- **transformers** - HuggingFace transformers library (for GPT-2 models)
- **datasets** - HuggingFace datasets library (for fine-tuning support)
- **accelerate** - HuggingFace training acceleration library
Install with:
```bash
@@ -838,6 +839,7 @@ Version 2.0+
- Added LLM Attack (option 15) using Ollama for AI-generated password candidates
- Added Ollama configuration keys (ollamaModel, ollamaNumCtx)
- Auto-versioning via setuptools-scm from git tags
- Automatic patch version bump (v2.0.1, v2.0.2, ...) on PR merge to main
- CI test fixes across Python 3.9-3.14
Version 2.0