We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39ace2 commit 963115bCopy full SHA for 963115b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Semantic Versioning Changelog
2
3
+# [1.41.0](https://github.com/casbin/pycasbin/compare/v1.40.0...v1.41.0) (2025-03-15)
4
+
5
6
+### Features
7
8
+* add "logging_config" for PyCasbin logging ([#376](https://github.com/casbin/pycasbin/issues/376)) ([f39ace2](https://github.com/casbin/pycasbin/commit/f39ace2f0a185bccd2a3722f0265c488f304f200))
9
10
# [1.40.0](https://github.com/casbin/pycasbin/compare/v1.39.0...v1.40.0) (2025-03-13)
11
12
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "casbin"
-version = "1.40.0"
+version = "1.41.0"
authors = [
{name = "TechLee", email = "techlee@qq.com"},
]
0 commit comments