Skip to content

Releases: lsst-sqre/templatebot

0.3.0

08 Oct 20:41
a02b3ec
Compare
Choose a tag to compare

New features

  • This is an all-new version of templatebot built for the modern Squarebot. It uses Faststream and FastAPI with Pydantic models for modelling the event payloads. Templatebot now also combines the previous templatebot with lsst-templatebot-aide to provide a single backend to handle project bootstrapping for Rubin Observatory projects.

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

01 Dec 22:13
53c5ef7
Compare
Choose a tag to compare
  • Change PR for lsst-texmf to use main branches, not master.
  • Update to GitHub Actions from Travis CI
  • Modernize packaging to meet SQuaRE's current standards (tox, pre-commit, formatting with Black and isort, pip-tools compiled dependencies and multi-stage docker image build).