Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Releases: fastapi-mvc/cookiecutter

v0.3.0

05 Oct 09:29
Compare
Choose a tag to compare

Breaking Changes

  • Drop Python 3.7 support. PR #23

Features

  • GH Actions: Add dependabot.yml f750aa3.

Docs

  • Extend project documentation #21. PR #20

Internal

  • Bump crazy-max/ghaction-github-pages from 2.5.0 to 3.0.0 eb84359.
  • Bump fkirc/skip-duplicate-actions from 3.4.1 to 5.2.0 1b527a4.
  • Remove hardcoded workflow_dispatch for return-dispatch action in GH workflow templates #17. PR #26
  • Drop mock dev-dependency #12. PR #25
  • Update dependencies. PR #24
    • fastapi (0.82.0 -> 0.85.0)
    • aiohttp (3.8.1 -> 3.8.3)
    • pytest (6.2.5 -> 0.82.0)
    • pytest-cov (2.12.0 -> 4.0.0)
    • pytest-asyncio (0.15.1 -> 0.19.0)
    • requests (2.25.1 -> 2.28.1)
    • aioresponses (0.7.2 - > 0.7.3)
    • flake8 (3.9.2 -> 5.0.4)
    • black (22.3.0 -> 22.8.0)
    • Sphinx (4.5.0 -> 5.2.3)
    • myst-parser (0.17.2 -> 0.18.1)

v0.2.0

29 Sep 17:59
Compare
Choose a tag to compare

Features

  • Refactor Makefile to utilize different set of targets for Nix and Poetry #2. PR #15
  • Add Nix CI workflow #1. PR #15

Internal

  • Update GitHub actions #14.PR #16
  • Add CI workflow for executing template checks #3. PR #6

v0.1.0

18 Sep 14:40
Compare
Choose a tag to compare