Skip to content

Commit 9a8e939

Browse files
bump: version 0.1.0 → 0.1.1
1 parent 9e9e652 commit 9a8e939

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
license = {file = "LICENSE"}
1010
classifiers = ["License :: OSI Approved :: MIT License"]
1111
description = "Django Reference Implementation, a boilerplate Django project."
12-
version = "0.1.0"
12+
version = "0.1.1"
1313
requires-python = ">=3.12"
1414
dependencies = [
1515
"asgiref==3.8.1",
@@ -82,7 +82,7 @@ skips = ["B106"]
8282

8383
[tool.commitizen]
8484
name = "cz_conventional_commits"
85-
version = "0.1.0"
85+
version = "0.1.1"
8686
tag_format = "v$version"
8787
bump_message = "bump: version $current_version → $new_version"
8888
update_changelog_on_bump = true

0 commit comments

Comments
 (0)