Skip to content

Tags: nickatnight/cookiecutter-fastapi-backend

Tags

0.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Small bug fixes and updates (#52)

* chore: clean up

* chore: bump version

0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[#48] Add Celery and Celery beat options (#51)

* feat: add celery/beat

* feat: add celery test options and conditionals [#48]

* docs: add celery to README; chore: compose file update [#48]

* chore: update minor release

* docs: add celery link to read me [#48]

0.3.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ling config (#50)

0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Major Release (#45)

* chore: update packages [#44]

* chore: remove async [#44]

* fix: lint [#44]

* fix: wrong compose conmand [#44]

* chore: remove py3.8 support [#44]

* fix: lint [#44]

* chore: lint [#44]

* chore: clean up [#44]

* chore: remove deprecated 'version' from compose files [#44]

* docs: update README [#44]

* chore: update license year [#44]

0.2.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[GH-40] Update package versions and tooling (#41)

* [GH-40] chore: update package versions in pre-commit and pyproject

* [GH-40] chore: update rest of packages

* [GH-40] chore: lint

* [GH-40] chore: update psycop

* [GH-40] chore: update top level pacakges

* [GH-40] chore: update lock file

* [GH-40] chore: allow MacOS tests

0.2.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version bump (#35)

* chore: version bump

0.2.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix secrets in reusable GHA (#32)

* fix: secrets in reusable GHA

* fix: template parsing

0.2.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[GH-29] Refactor repository interface and pre-commit GHA (#30)

* [#29] refactor: repository interface and pre-commit GHA

* [#29] fix: typo]

* [#29] fix: typo again...

* [#29] fix: -_ -;

* [#29] chore: lint

0.2.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #26 from nickatnight/nickatnight-update-docs

Update README and remove py_version check in pre gen hook

0.2.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #23 from nickatnight/nickatnight-GH-22

[GH-22] Small updates