Skip to content

v0.5.2

Compare
Choose a tag to compare
@lpm0073 lpm0073 released this 16 Nov 11:55
· 2633 commits to main since this release

0.5.2 (2023-11-16)

Features

  • propagate merges to main back into dev branches: next, next-major, alpha, beta (fd32caf)
  • create a top-level Pull Request workflow that triggers tech-specific unit (fd32caf)tests

Refactoring

  • refactor and expand the scope of automated PR revision workflows (fd32caf)
  • consolidate all jobs related to merging to main into a single workflow (fd32caf)
  • refactor Python unit test and only run when relevant modifications are (fd32caf)included in commit (*.py, requirements.txt (fd32caf), etc)
  • scaffold a ReactJS unit test workflow (fd32caf)
  • create a Terraform unit test workflow (fd32caf)

Bug Fixes

  • add GITHUB_TOKEN to semantic-release job (bf4152d)