Skip to content

Latest commit

 

History

History
131 lines (66 loc) · 5.34 KB

CHANGELOG.md

File metadata and controls

131 lines (66 loc) · 5.34 KB

CHANGELOG

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 (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 (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 (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 (2024-07-02)

Refactor

  • refactor: rename to alpax (#3) (ca74219)

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)

v0.0.1 (2024-07-02)

Unknown

  • v0.0.1 (11f9beb)

  • Add github workflows (#1)

  • Add github workflow for testing/linting

  • Change test command

  • Drop python 3.8, fixes for pre-3.12 versions

  • Remove Tuple import

  • Rename workflow file, add badge to README (f06e324)

  • Linter fixes (258e7f0)

  • Bump version (bc7d608)

  • Fix errors when writing async packs (5d4d461)

  • Change package name again, needs to differ sufficiently from 'alpacka' (e39bfcd)

  • Ignore build artifacts (ad8e5bf)

  • Change package name, the original is taken (2b713e7)

  • Initial commit (8ab60af)