@@ -214,27 +214,47 @@ I've included a few of my favorites to kick things off!
214214
215215
216216## Change Log
217- - ** [ long time ago...] ** it was a long time ago in galaxy far far away...
218- - ** [ JUN 4 2022] ** alembic migrations added to project
219- - ** [ JUN 6 2022] ** initial dataset for shakespeare models
220- - ** [ OCT 3 2022] ** poetry added to project
221- - ** [ NOV 12 2022] ** ruff implemented to project as linting tool
222- - ** [ FEB 14 2023] ** bump project to Python 3.11
223- - ** [ APR 10 2023] ** implement logging with rich
224- - ** [ APR 28 2023] ** Rainbow logs with rich :rainbow :
225- - ** [ JUL 7 2023] ** migrate to pydantic 2.0 :fast_forward :
226- - ** [ JUL 25 2023] ** add user authentication with JWT and Redis as token storage :lock : :key :
227- - ** [ SEP 2 2023] ** add passlib and bcrypt for password hashing :lock : :key :
228- - ** [ OCT 21 2023] ** refactor shakespeare models to use sqlalchemy 2.0 :fast_forward :
229- - ** [ FEB 1 2024] ** bump project to Python 3.12 :fast_forward :
230- - ** [ MAR 15 2024] ** add polars and calamine to project :heart_eyes_cat :
231- - ** [ JUN 8 2024] ** implement asyncpg connection pool :fast_forward :
232- - ** [ AUG 17 2024] ** granian use case implemented with docker compose and rich logger :fast_forward :
233- - ** [ OCT 16 2024] ** apscheduler added to project :clock1 :
234- - ** [ DEC 16 2024] ** bump project to Python 3.13 :fast_forward :
235- - ** [ JAN 28 2025] ** add SMTP setup :email :
236- - ** [ MAR 8 2025] ** switch from poetry to uv :fast_forward :
237- - ** [ MAY 3 2025] ** add large language model integration :robot :
217+ <details >
218+ <summary >2025 (3 changes)</summary >
219+ <ul>
220+ <li>[MAY 3 2025] add large language model integration :robot:</li>
221+ <li>[MAR 8 2025] switch from poetry to uv :fast_forward:</li>
222+ <li>[JAN 28 2025] add SMTP setup :email:</li>
223+ </ul>
224+ </details >
225+ <details >
226+ <summary >2024 (6 changes)</summary >
227+ <ul>
228+ <li>[DEC 16 2024] bump project to Python 3.13 :fast_forward:</li>
229+ <li>[OCT 16 2024] apscheduler added to project :clock1:</li>
230+ <li>[AUG 17 2024] granian use case implemented with docker compose and rich logger :fast_forward:</li>
231+ <li>[JUN 8 2024] implement asyncpg connection pool :fast_forward:</li>
232+ <li>[MAR 15 2024] add polars and calamine to project :heart_eyes_cat:</li>
233+ <li>[FEB 1 2024] bump project to Python 3.12 :fast_forward:</li>
234+ </ul>
235+ </details >
236+ <details >
237+ <summary >2023 (7 changes)</summary >
238+ <ul>
239+ <li>[OCT 21 2023] refactor shakespeare models to use sqlalchemy 2.0 :fast_forward:</li>
240+ <li>[SEP 2 2023] add passlib and bcrypt for password hashing :lock: :key:</li>
241+ <li>[JUL 25 2023] add user authentication with JWT and Redis as token storage :lock: :key:</li>
242+ <li>[JUL 7 2023] migrate to pydantic 2.0 :fast_forward:</li>
243+ <li>[APR 28 2023] Rainbow logs with rich :rainbow:</li>
244+ <li>[APR 10 2023] implement logging with rich</li>
245+ <li>[FEB 14 2023] bump project to Python 3.11</li>
246+ </ul>
247+ </details >
248+ <details >
249+ <summary >2022 (5 changes)</summary >
250+ <ul>
251+ <li>[NOV 12 2022] ruff implemented to project as linting tool</li>
252+ <li>[OCT 3 2022] poetry added to project</li>
253+ <li>[JUN 6 2022] initial dataset for shakespeare models</li>
254+ <li>[JUN 4 2022] alembic migrations added to project</li>
255+ <li>[long time ago...] it was a long time ago in galaxy far far away...</li>
256+ </ul>
257+ </details >
238258
239259<p align =" right " >(<a href =" #readme-top " >back to top</a >)</p >
240260
0 commit comments