Releases: ctfpilot/challenge-toolkit
Release list
v2.0.0
2.0.0 (2026-03-21)
⚠ BREAKING CHANGES
- Project restructured for PyPI distribution and standard Python conventions.
The internal folder structure has been updated to align with modern Python packaging standards. The CLI entry point has moved from src/ctf.py to src/challenge_toolkit/cli.py.
Action Required:
The project is now officially available on PyPI as challenge-toolkit. Moving forward, the recommended way to use the system is via a global tool installation:
- Using uv:
uv tool install challenge-toolkit - Using pip:
pip install challenge-toolkit
Once installed, you can invoke the system directly from your terminal using the command challenge-toolkit.
Features
- ci: add automated testing across python 3.10-3.14 (#22) (e689ebe)
- release: add automatic update of version in pyproject.toml (7187d4a)
- release: enable PyPI publishing in release configuration (9d4334f)
- switch package to be installed as
challenge-toolkitthrough pyproject.yml (changes install setup) (#14) (58a205e) - test: add pytest with uv (#19) (96fc932)
Bug Fixes
- release: update release workflow to correctly update uv.lock on new releases (a6fccca)
Documentation
- update installation guide (49030f4)
v2.0.0-rc.1
2.0.0-rc.1 (2026-03-21)
⚠ BREAKING CHANGES
- Project restructured for PyPI distribution and standard Python conventions.
The internal folder structure has been updated to align with modern Python packaging standards. The CLI entry point has moved from src/ctf.py to src/challenge_toolkit/cli.py.
Action Required:
The project is now officially available on PyPI as challenge-toolkit. Moving forward, the recommended way to use the system is via a global tool installation:
- Using uv:
uv tool install challenge-toolkit - Using pip:
pip install challenge-toolkit
Once installed, you can invoke the system directly from your terminal using the command challenge-toolkit.
Documentation
- update installation guide (49030f4)
v1.2.0-rc.3
1.2.0-rc.3 (2026-03-21)
Bug Fixes
- release: update release workflow to correctly update uv.lock on new releases (a6fccca)