Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 917 Bytes

CHANGELOG.md

File metadata and controls

43 lines (29 loc) · 917 Bytes

Changelog

[Unreleased]

[0.4.0] - 2024-06-11

Added

  • Poetry: Add commitizen, a conventional commit tool (#71)
  • Add py.typed file to support type hinting (#70)
  • Add sql linter: SQLFluff (#58)
  • Add task runner just (#50)
  • Add package management tool uv (#49)
  • Add Locust as a load testing tool (#39)

[0.3.0] - 2023-12-14

Added

  • Add ruff as extra linter and formatter: both in dependency and pre-commit (#31)
  • Add more details about the linters and formatters with the resource from Google SRE book
  • Add doctest (#34)

[0.2.0] - 2023-12-01

Added

  • Documentations for all the features (#20)
  • Quick sort implementation for hypothesis testing (#22)

Changed

  • Change package management from Rye to Poetry (#15, #19)

Removed

  • Sweep AI App

[0.1.1] - 2023-08-15

Changed

  • reorg this package template

[0.1.0] - 2023-08-15

Added

  • add this package template