File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.1.1 (2025-07-21)
2+
3+ ### Feat
4+
5+ - ** analytics** : added a site config area for site analytics with optional enable/disable for staff
6+ - ** legal** : added default privacy policy and terms of service
7+ - ** 2fa** : added enable/disable site-wide enforcement of 2fa on user accounts
8+ - ** 2fa** : added 2fa via django allauth
9+ - ** 2fa** : added 2fa via django allauth
10+ - ** allauth** : layered in bootstrap theme for django allauth pages
11+
12+ ### Fix
13+
14+ - add commitizen to dev dependencies for release workflow
15+ - add workflow_call trigger to make test.yml reusable
16+ - make release workflow depend on test workflow (DRY principle)
17+ - use direct environment variables in CI instead of file mounting
18+ - mount env.test directly in GitHub Actions
19+ - ** alerts** : move alert to be on very top above navbar
20+ - ** pyproject.toml** : fix typo
21+ - ** myapp** : fix the bug with logger
22+ - ** profile** : resolve name colission and closes #132
23+
24+ ### Refactor
25+
26+ - ** linting** : ignore RUF012 in pyproject.toml
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ readme = "README.md"
99license = {file = " LICENSE" }
1010classifiers = [" License :: OSI Approved :: MIT License" ]
1111description = " Django Reference Implementation, a boilerplate Django project."
12- version = " 0.1.0 "
12+ version = " 0.1.1 "
1313requires-python = " >=3.12"
1414dependencies = [
1515 " asgiref==3.8.1" ,
@@ -82,7 +82,7 @@ skips = ["B106"]
8282
8383[tool .commitizen ]
8484name = " cz_conventional_commits"
85- version = " 0.1.0 "
85+ version = " 0.1.1 "
8686tag_format = " v$version"
8787bump_message = " bump: version $current_version → $new_version"
8888update_changelog_on_bump = true
You can’t perform that action at this time.
0 commit comments