From 7eb656a0b2975f6ace3ed57e5ab80b043139db11 Mon Sep 17 00:00:00 2001 From: App Generator <51070104+app-generator@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:05:01 +0300 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c750692..539ed4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,41 +1,8 @@ # Change Log -## [1.0.5] 2024-01-20 -### Changes - -- Added DOCS (readme) - - `Video`: [Django for Beginners - Simple Codebase Intro](https://www.youtube.com/watch?v=dVybpJRwbmc) - - `Video`: [Django for Beginners - Go LIVE with Render](https://www.youtube.com/watch?v=JyzjVYMuzBQ) - - `Video`: [Django for Beginners - Integrate UI (Volt Dashboard)](https://www.youtube.com/watch?v=gqw0Bs67lM4) - -## [1.0.4] 2024-01-20 -### Changes - -- Added `WhiteNoiseMiddleware` for static files -- Update `Dockerfile` - added all steps - -## [1.0.3] 2024-01-19 -### Changes - -- Update Docker File - - added `EXPOSE 5005` directive -- Update DOCS (readme) - -## [1.0.2] 2024-01-19 -### Changes - -- Added `static` and `templates` DIRs -- Added HOME app -- Render deployment files -- Update DEPS - -## [1.0.1] 2024-01-08 -### Changes - -- Pin versions in REQ.txt - -## [1.0.0] 2022-10-20 +## [1.0.0] 2024-10-26 ### Changes - Code the basic structure - +- Link the repo to the DOCS page: + - [Django & Snowflake Integration](https://app-generator.dev/docs/technologies/django/integrate-snowflake.html)