Skip to content

Releases: kmontag/alpax

v0.2.0

27 Jul 00:22
Compare
Choose a tag to compare

v0.2.0 (2024-07-27)

Chore

  • chore: add package to isort known first party packages (c0d991b)

Feature

  • feat: add output_dir property to directory pack writers (afac7e0)

Refactor

  • refactor: don't require a specific context type for pack writers (2e3a879)

v0.1.1

26 Jul 23:15
Compare
Choose a tag to compare

v0.1.1 (2024-07-26)

Chore

  • chore: add generated coverage database to gitignore (aa9d824)

  • chore: fix formatting (4ecdfc5)

Ci

  • ci: fix coverage artifact names (beffde1)

  • ci: combine multiple coverage reports (ec4e89b)

  • ci: update codecov action version (4c589f0)

  • ci: fail build if codecov fails (dbfba64)

  • ci: upload code coverage in builds (bf1edaf)

Documentation

  • docs: add codecov badge (1f5dcc5)

Fix

  • fix: increase minimum python version to 3.9 (6b5d63c)

v0.1.0

22 Jul 13:01
Compare
Choose a tag to compare

v0.1.0 (2024-07-22)

Chore

  • chore: add explicit ruff settings to correspond to hatch defaults (39662cf)

Feature

  • feat: accept PathLike argument for directory path output location (90b9d02)

v0.0.4

07 Jul 02:49
Compare
Choose a tag to compare

v0.0.4 (2024-07-07)

Ci

  • ci: replace old project name in github workflow (944a781)

Documentation

  • docs: add python version badge (6fd6127)

Fix

  • fix: add py.typed marker file (46ced41)

v0.0.3

02 Jul 13:00
Compare
Choose a tag to compare

v0.0.3 (2024-07-02)

Refactor

v0.0.2

02 Jul 08:10
Compare
Choose a tag to compare

v0.0.2 (2024-07-02)

Build

  • build: fix detection of semantic release output (6b78cfd)

  • build: install hatch during semantic release execution (e3ee436)

  • build: update semantic release build command (bbc20df)

  • build: use standard actions for PyPi and GitHub Releases publish (c73227d)

Chore

  • chore: fixes in semantic release workflow (a145bbe)

  • chore: update fetch depth in semantic release action (dfdd7f6)

Documentation

  • docs: fix github actions badge (c6fb7bf)

Refactor

  • refactor: add semantic release and PyPi upload (#2) (be088ec)