Files
Hardik Zinzuvadiya a28761c8cf chore(release): 3.0.0
The merged rework still reported 2.0.0 — the same version as the pre-rework tree
now tagged v2.0.0. Bumped to 3.0.0 and cut the [Unreleased] changelog section
into a dated release.

Major rather than minor because the rework removes user-facing paths that the
old README documented: install.sh, install.py, requirements.txt, update.sh and
the git-pull self-update are gone, and the flat top-level layout moved to
src/hackingtool/ behind a console entry point. Anyone following the old install
flow is broken by this, which is what a major bump is for. Each removal is
listed under a new "Removed — breaking" section and was verified against
`git diff --diff-filter=D v2.0.0 master`.

Version is single-sourced from constants.VERSION (pyproject reads it
dynamically); the issue-template example was updated to match.
2026-07-27 00:24:31 +05:30

748 B

name, about, title, labels, assignees
name about title labels assignees
Bug Report Report a broken install, crash, or unexpected behavior [BUG] <tool name> — <short description> bug

Description

Affected Tool

  • Category:
  • Tool name:

Steps to Reproduce

Expected Behavior

Error Output

<paste the full terminal output / traceback here>

Environment

Field Value
OS
Python
hackingtool v3.0.0

Additional Context