Skip to content

Latest commit

 

History

History
80 lines (38 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

80 lines (38 loc) · 2.93 KB

CHANGELOG

v0.2.0 (2024-12-04)

Documentation

  • docs: update available commands for CLI (36c4190)

Feature

  • feat: add host override alias management (593ad86)

Fix

  • fix(deps): bump black to ^24.10 (0a8f6e4)

  • fix(deps): bump all poetry dependencies (46afb4f)

v0.1.2 (2024-11-17)

Chore

  • chore(release): release 0.1.2 (399a417)

Documentation

  • docs: bump Python to 3.12 for readthedocs (71f11e9)

  • docs: reformat README.md (dcd2cd8)

  • docs: add configuration instructions to README.md (cb8793a)

Fix

  • fix: extend support for Python to 3.11 (2f221ae)

Unknown

  • expand on requirements and warnings (16f0754)

v0.1.1 (2024-11-11)

Chore

  • chore(release): release 0.1.1 (3b95a72)

Fix

  • fix(deps): add missing click dependency (079cb98)

  • fix: replace twine with poetry publish (9b280fd)

v0.1.0 (2024-11-11)

Chore

  • chore(release): release 0.1.0 (7c4382d)

Feature

  • feat: add domain override nuke (61e2e51)

  • feat: add domain override creator (13a4c4c)

  • feat: add some very basic calls and simple CLI (0e25656)

Fix

  • fix: improve code quality, add release basics (b960588)

  • fix: some typing issues (26ba957)

Refactor

  • refactor: separate some concerns (50b454e)