feat: add tagging functionality

to entries model and related migrations
This commit is contained in:
jon brookes 2026-01-08 13:41:18 +00:00
parent 4afa656e94
commit 4e1824d49a
7 changed files with 361 additions and 14 deletions

View file

@ -1,5 +1,17 @@
# CHANGELOG
## 2026-01-08
added tags to entry model
## 2026-01-07
added simple API for entries model
- to view entries
- implement initial access control
this is sufficient to test static site generation
## 2026-01-06
added