Skip to content

Commit 0295d3e

Browse files
committed
chore: update README.md
1 parent 0e55bc6 commit 0295d3e

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,30 @@ ___
8080
## Release Notes 🥸
8181
___
8282
### 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)
84107
## License
85108

86109
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)