Skip to content

Latest commit

 

History

History
113 lines (52 loc) · 4.43 KB

CHANGELOG.md

File metadata and controls

113 lines (52 loc) · 4.43 KB

CHANGELOG

v0.6.0 (2024-12-08)

Feature

  • feat: update README template to include Python version badge and remove outdated GitHub stats (ec2891e)

v0.5.0 (2024-12-08)

Feature

  • feat: add initial commit command to copier-settings.yml (48fb0c7)

v0.4.0 (2024-12-08)

Chore

Feature

  • feat: enhance syntax highlighting for Jinja files in .gitattributes (b690fea)

  • feat: set cache directory for mypy to improve performance (b603bab)

  • feat: update ruff configuration to set cache directory and enhance linting rules (fcff9df)

  • feat: add test for main function and update hello test (8704edd)

  • feat: add badges to README template for enhanced project visibility (cb67b96)

  • feat: add GitHub Actions workflow for updating pixi lockfiles (4c832a7)

  • feat: add git initialization task and update instructions for entering dev environment (7367735)

  • feat: big update to structure and format (3b0caca)

Unknown

  • feature: big refactor to overhaul the structure and configurations (e77634a)

v0.3.3 (2024-05-20)

Fix

  • fix: Update .gitignore to include new files and directories for coverage reports, and environment configuration. Add coverage-report, recipe.yaml, .ruff_cache, (a21f9c3)

  • fix: small error (779ab9b)

v0.3.2 (2024-05-20)

Fix

v0.3.1 (2024-05-20)

Fix

v0.3.0 (2024-05-20)

Feature

v0.2.0 (2024-05-20)

Feature

  • feat: add semantic release (26b3e31)

Fix

v0.1.1 (2024-05-19)

Test

v0.1.0 (2024-05-19)

Documentation

  • docs(README): create README with project title (abfe63b)

Unknown