Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 1019 Bytes

CHANGELOG.md

File metadata and controls

66 lines (38 loc) · 1019 Bytes

v1.3.0 (2024-09-02)

Feat

  • correctly set version on build

v1.2.0 (2024-09-02)

Feat

  • testing package releases
  • disable mypy
  • change formatting to use black instead of yapf

Fix

  • deps: bump python from 105e9d8 to 59c7332
  • updating gunicorn for vuln
  • fixing license reference
  • shellcheck changes

v1.1.1 (2024-08-09)

Fix

  • run mypy tests from Makefile
  • minor fixes to container build

v1.1.0 (2024-08-08)

Feat

  • convert from quart to flask (#22)
  • adding mypy and cov requirements (#21)
  • enable the safety pipeline (#20)

Fix

  • deps: bump python from f11725a to 740d94a (#18)
  • deps-dev: bump pre-commit from 3.7.1 to 3.8.0 (#19)

v1.0.0 (2024-07-29)

v0.4.0a0 (2024-07-29)

Feat

  • test tag number in builds (#16)

v0.3.0 (2024-07-29)

Feat

  • adding more examples for building containers (#15)

v0.2.0 (2024-07-28)

Feat

  • configure release triggering (#13)

v0.1.0 (2024-07-28)

Feat

  • the initial application