Skip to content

v2.0.0

Latest

Choose a tag to compare

@The0mikkel The0mikkel released this 21 Mar 22:17
Immutable release. Only release title and notes can be modified.

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-toolkit through 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)