Skip to content

Releases: S4NKALP/djinit

V0.3.4

22 Apr 13:43
2b1f562

Choose a tag to compare

What's Changed

  • chore(deps): bump ruff from 0.14.9 to 0.14.10 by @dependabot[bot] in #20
  • chore(deps): bump ruff from 0.14.10 to 0.14.11 by @dependabot[bot] in #21
  • chore(deps): bump ruff from 0.14.11 to 0.14.13 by @dependabot[bot] in #22
  • chore(deps): bump ruff from 0.14.13 to 0.14.14 by @dependabot[bot] in #24
  • chore(deps): bump rich from 14.2.0 to 14.3.1 by @dependabot[bot] in #23
  • chore(deps): bump virtualenv from 20.35.4 to 20.36.1 by @dependabot[bot] in #26
  • chore(deps): bump rich from 14.3.1 to 14.3.3 by @dependabot[bot] in #30
  • chore(deps): bump ruff from 0.14.14 to 0.15.2 by @dependabot[bot] in #31
  • Dev by @S4NKALP in #32
  • update ci workflow by @S4NKALP in #33
  • chore(deps): bump ruff from 0.15.2 to 0.15.4 by @dependabot[bot] in #34
  • chore(deps): bump ruff from 0.15.4 to 0.15.5 by @dependabot[bot] in #35
  • chore(deps): bump ruff from 0.15.5 to 0.15.6 by @dependabot[bot] in #36
  • chore(deps): bump ruff from 0.15.6 to 0.15.7 by @dependabot[bot] in #37
  • chore(deps): bump ruff from 0.15.7 to 0.15.8 by @dependabot[bot] in #38
  • chore(deps): bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #39
  • chore(deps): bump ruff from 0.15.8 to 0.15.9 by @dependabot[bot] in #40
  • chore(deps): bump ruff from 0.15.9 to 0.15.10 by @dependabot[bot] in #41
  • chore(deps): bump rich from 14.3.3 to 15.0.0 by @dependabot[bot] in #42
  • chore(deps): bump ruff from 0.15.10 to 0.15.11 by @dependabot[bot] in #43
  • addTailwind CSS and HTMX selection support by @S4NKALP in #45

Full Changelog: 0.3.3...0.3.4

V0.3.3

24 Dec 17:30
431e873

Choose a tag to compare

🚀 V0.3.3

✨ Features

  • .github/workflows: improve Dependabot auto-merge workflow
  • .github/workflows: streamline dependabot auto-merge workflow

🐛 Bug Fixes

  • templates: fix justfile syntax and update readme

🧹 Other Changes

  • Merge pull request #18 from S4NKALP/dependabot/pip/main/ruff-0.14.10
  • Merge branch 'main' into dependabot/pip/main/ruff-0.14.10
  • Merge pull request #19 from S4NKALP/dependabot/pip/main/pre-commit-4.5.1
  • workflows: update dependabot auto-merge workflow
  • deps: bump pre-commit from 4.5.0 to 4.5.1
  • deps: bump ruff from 0.14.9 to 0.14.10
  • Merge pull request #17 from S4NKALP/dependabot/pip/main/ruff-0.14.9
  • deps: bump ruff from 0.14.8 to 0.14.9
  • github workflow: added dependabot workflow
  • Merge pull request #16 from S4NKALP/dependabot/pip/main/ruff-0.14.8
  • deps: bump ruff from 0.14.2 to 0.14.8

Full Changelog: 0.3.2...0.3.3

V0.3.2

06 Dec 13:52
f7c5a99

Choose a tag to compare

Added Dependencies
Full Changelog: 0.3.1...0.3.2

V0.3.1

04 Dec 10:31
f875893

Choose a tag to compare

What's Changed

  • Improved structure detection
  • Added interactive configuration wizard
  • chore(deps): bump actions/setup-python from 4 to 6 by @dependabot[bot] in #13
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #14
  • chore(deps): bump ruff from 0.14.6 to 0.14.7 by @dependabot[bot] in #15

Full Changelog: 0.3.0...0.3.1

V0.3.0

27 Nov 20:12
1727633

Choose a tag to compare

  • Added Single Folder layout
  • Restructured and reorganized the templates folder
  • Reorganized source code into specific folder types for better modularity
  • Added MySQL database configuration for production environments
  • Replaced python-dotenv with django-environ for better environment variable management
  • Improve the input flow
  • Update github action workflow

Full Changelog: 0.2.1...0.3.0

V0.2.1

24 Nov 14:34
be4d754

Choose a tag to compare

What's Changed

  • chore(deps): bump click from 8.3.0 to 8.3.1 by @dependabot[bot] in #11
  • chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #10
  • chore(deps): bump ruff from 0.14.4 to 0.14.6 by @dependabot[bot] in #12

Full Changelog: 0.2.0...0.2.1

V0.2.0

09 Nov 09:51
6c88286

Choose a tag to compare

What's Changed

  • v0.2.0 by @S4NKALP in #5
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #7
  • chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #6
  • chore(deps): bump ruff from 0.14.2 to 0.14.4 by @dependabot[bot] in #9

New Contributors

Full Changelog: 0.1.0...0.2.0

V0.1.0

29 Oct 07:58
cb89795

Choose a tag to compare

Initial