|
80 | 80 | ## Release Notes 🥸 |
81 | 81 | ___ |
82 | 82 | ### Latest Changes |
83 | | - |
| 83 | +### 2024-01-13 by Atticuszz - feat: update ci and README.md |
| 84 | +- 🚚 [img.png](img.png) <- img.png |
| 85 | +### 2024-01-13 by Atticuszz - upgrade: release 0.1.0 |
| 86 | +- 🔨 [items.py](src/app/api/api_v1/endpoints/items.py) |
| 87 | +- 🔨 [deps.py](src/app/api/deps.py) |
| 88 | +- 🔨 [config.py](src/app/core/config.py) |
| 89 | +- 🔨 [base.py](src/app/crud/base.py) |
| 90 | +- 🔨 [crud_item.py](src/app/crud/crud_item.py) |
| 91 | +- 🔨 [__init__.py](src/app/schemas/__init__.py) |
| 92 | +- 🔨 [auth.py](src/app/schemas/auth.py) |
| 93 | +- 🔨 [base.py](src/app/schemas/base.py) |
| 94 | +### 2024-01-12 by Atticuszz - bugs: failed to auth as dep on new user by access token |
| 95 | +- 🔨 [items.py](src/app/api/api_v1/endpoints/items.py) |
| 96 | +- 🔨 [deps.py](src/app/api/deps.py) |
| 97 | +- 🔨 [events.py](src/app/core/events.py) |
| 98 | +### 2024-01-12 by Atticuszz - fix: fix pytest bug of failed test gotrue client in trio, feat: add crud test |
| 99 | +- 🔨 [items.py](src/app/api/api_v1/endpoints/items.py) |
| 100 | +- 🔨 [deps.py](src/app/api/deps.py) |
| 101 | +- 🔨 [config.py](src/app/core/config.py) |
| 102 | +- 🔨 [base.py](src/app/crud/base.py) |
| 103 | +- 🔨 [crud_item.py](src/app/crud/crud_item.py) |
| 104 | +- 🔨 [auth.py](src/app/schemas/auth.py) |
| 105 | +- 🔨 [base.py](src/app/schemas/base.py) |
| 106 | +- 🔨 [item.py](src/app/schemas/item.py) |
84 | 107 | ## License |
85 | 108 |
|
86 | 109 | This project is licensed under the terms of the MIT license. |
0 commit comments