Skip to content

Commit cf6f1de

Browse files
committed
chore: bump version to 0.8.0
1 parent a64a369 commit cf6f1de

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,21 @@ Change Log
1414
Unreleased
1515
**********
1616

17+
*
18+
19+
0.8.0 - 2025-10-24
20+
******************
21+
22+
Added
23+
=====
24+
25+
* Allow disabling auto-load and auto-save of policies by setting CASBIN_AUTO_LOAD_POLICY_INTERVAL to -1.
26+
27+
Changed
28+
=======
29+
1730
* Migrate from using pycodestyle and isort to ruff for code quality checks and formatting.
1831
* Enhance enforcement command with dual operational modes (database and file mode).
19-
* Allow disabling auto load policy interval.
2032

2133
0.7.0 - 2025-10-23
2234
******************

openedx_authz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
import os
66

7-
__version__ = "0.7.0"
7+
__version__ = "0.8.0"
88

99
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)