chore: add pre-commit config
This commit is contained in:
parent
a1cce75270
commit
c5d013cb99
2 changed files with 25 additions and 0 deletions
8
.pre-commit-config.yaml
Normal file
8
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
repos:
|
||||
- hooks:
|
||||
- id: commitizen
|
||||
- id: commitizen-branch
|
||||
stages:
|
||||
- push
|
||||
repo: https://github.com/commitizen-tools/commitizen
|
||||
rev: v3.13.0
|
||||
17
CHANGELOG.md
Normal file
17
CHANGELOG.md
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue