Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.56 KB

File metadata and controls

58 lines (36 loc) · 1.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.1 (2026-02-13)

Feat

  • add Makefile for automation and template verification

0.1.0 (2026-02-13)

Added

  • Initial project scaffolding for Python CLI + Web Dashboard.
  • Support for uv dependency management.
  • FastAPI + HTMX + Tailwind CSS dashboard optionality.
  • Typer CLI scaffolding.
  • Architecture Decision Records (ADRs) and Coding Conventions.
  • Standardized documentation: README.md, CONTRIBUTING.md, CHANGELOG.md.

Feat

  • add automatic changelog updates to root and template
  • add GitHub Copilot instructions to template and boilerplate
  • initial cookiecutter template for Python CLI + Web projects

Fix

  • standardize dependency versions, ruff config, and add template tests
  • ignore template directory in root pytest configuration

Unreleased

Feat

  • add Makefile for automation and template verification
  • finalize changelog and ruff configuration

Fix

  • add missing httpx dependency and fix TemplateResponse deprecation
  • ignore template directory in root pytest configuration

v0.1.0 (2026-02-13)

Feat

  • add automatic changelog updates to root and template
  • add GitHub Copilot instructions to template and boilerplate
  • initial cookiecutter template for Python CLI + Web projects

Fix

  • standardize dependency versions, ruff config, and add template tests