From c5d013cb992483bf73f0245885562cc52e9f789c Mon Sep 17 00:00:00 2001 From: Sandro Eiler Date: Thu, 28 Dec 2023 22:04:32 +0100 Subject: [PATCH] chore: add pre-commit config --- .pre-commit-config.yaml | 8 ++++++++ CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .pre-commit-config.yaml create mode 100644 CHANGELOG.md diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..d33f7c1 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +repos: +- hooks: + - id: commitizen + - id: commitizen-branch + stages: + - push + repo: https://github.com/commitizen-tools/commitizen + rev: v3.13.0 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..477caee --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +## 0.2.0 (2023-12-28) + +### Feat + +- add db initialization +- add route and tests +- add health check and remove old code +- add logging +- client and server errors +- ctx resolver +- first extractor +- add auth things +- add model + +### Refactor + +- migrate to axum 0.7