Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.81 KB

Changelog

0.5.2 (2022-07-19)

Bug Fixes

  • build: Allow cached Docker builds (4edb27b)
  • build: Reorder jobs and steps (de7b891)
  • build: Use main branch (2888677)
  • git: Only run Python tasks on Python files (cfd0fdb)
  • web: Use new env var, redirect properly for browsers (c887388)

0.5.1 (2022-07-19)

Bug Fixes

  • build: Move Docker image creation to 'publish' pipeline (b43039f)

0.5.0 (2022-07-19)

Features

  • build: Add GitHub Actions job to upload Docker image (b2e54f2)

0.4.0 (2022-07-18)

Features

  • ci: Add release-please config (01093ae)
  • git: Add commitizen commit lint for Conventional Commits (a8c5937)

Bug Fixes