Skip to content

Releases: S1M0N38/template-python

v0.4.0

16 Jan 15:51

Choose a tag to compare

0.4.0 (2026-01-16)

Features

  • add .yamlfmt.yml for yaml formatting (d4222cd)
  • claude: udpate claude setttings to use makefile (fa30b40)
  • github: update actions to use make commands (f3ec651)
  • make: add Makefile (6cf8e80)
  • pyproject: add deps dev and test groups (7636fa9)

Bug Fixes

  • make: prepend uv run to ty command (e679e94)

Documentation

  • readme: update the readme with the new features and commands (4e0f655)

v0.3.0

18 Dec 13:28

Choose a tag to compare

0.3.0 (2025-12-18)

Features

  • move from basedpyright to ty (37e28e4)
  • update other parts of the template to use ty (0f5b8aa)

v0.2.1

09 Oct 23:19

Choose a tag to compare

0.2.1 (2025-09-26)

Documentation

  • add venv generation (5c3f98e)
  • revise environment setup and add sync command (796b038)
  • revise README for setup and development commands (c12c71c)

v0.2.0

08 Aug 10:25

Choose a tag to compare

0.2.0 (2025-08-08)

Features

  • add claude code commit command (9a00c6f)
  • add claude code hooks for ruff (b2b1bd3)
  • add command to initialize project from template (fbd7995)

Documentation

v0.1.0

26 May 09:45

Choose a tag to compare

0.1.0 (2025-05-26)

Features

  • add initial package structure (87ed600)
  • add project configuration and dependencies (0655c2a)

Bug Fixes

  • correct ruff configuration key in pyproject.toml (c9a8baa)

Documentation