Skip to content

Commit 963115b

Browse files
chore(release): 1.41.0 [skip ci]
# [1.41.0](v1.40.0...v1.41.0) (2025-03-15) ### Features * add "logging_config" for PyCasbin logging ([#376](#376)) ([f39ace2](f39ace2))
1 parent f39ace2 commit 963115b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Versioning Changelog
22

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+
310
# [1.40.0](https://github.com/casbin/pycasbin/compare/v1.39.0...v1.40.0) (2025-03-13)
411

512

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "casbin"
3-
version = "1.40.0"
3+
version = "1.41.0"
44
authors = [
55
{name = "TechLee", email = "[email protected]"},
66
]

0 commit comments

Comments
 (0)