Skip to content

Latest commit

 

History

History
51 lines (25 loc) · 3.67 KB

CHANGELOG.md

File metadata and controls

51 lines (25 loc) · 3.67 KB

CHANGELOG

v0.1.0 (2025-02-02)

Chore

  • chore: update commit hash in copier configuration (97d51fc)

Feature

  • feat: update test command to output coverage results to a file (e4756f1)

  • feat: enhance test command to output coverage results to a file (7aaba6a)

  • feat: update CI workflow to use 'uv' for dependency management and adjust mypy configuration (08f662d)

  • feat: update project version to 0.1.0 and modify build command in pyproject.toml (1cca98e)

  • feat: add environment setup scripts and update build command in pyproject.toml (d6e7db3)

  • feat: add additional MkDocs extensions and improve configuration formatting in pyproject.toml (9667a0a)

  • feat: update documentation structure and configuration, add mkdocs support, and improve caching in CI workflow (f58b8dd)

  • feat: update Python version to 3.11, add .gitattributes, CHANGELOG, and LICENSE files, and refactor project structure (698883a)

  • feat: add pyproject.toml template and update project metadata (115a1f8)

  • feat: add README template with badges and project information (6aa1e5d)

  • feat: add python_version configuration to specify the project's Python version (4d5ae5d)

  • feat: add configuration files for project setup including .editorconfig, .gitignore, and pre-commit hooks (dbfc8c7)

  • feat: add Makefile with installation, testing, and documentation commands (506c7c7)

  • feat: add initial template files and documentation structure (2de5c99)

  • feat: add installation and initialization commands to Makefile (b73f5b1)

  • feat: add initial project structure and configuration files (5fe9ea2)

Fix

  • fix: update version variable reference in pyproject.toml and template (95359b9)

Unknown