Skip to content

Commit 02fb301

Browse files
chore(release): 2.6.0 [skip ci]
# [2.6.0](v2.5.0...v2.6.0) (2025-11-06) ### Features * fix enforce_ex() API returning empty explanations for allow rules in deny models ([#412](#412)) ([dbd28b7](dbd28b7))
1 parent dbd28b7 commit 02fb301

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Versioning Changelog
22

3+
# [2.6.0](https://github.com/casbin/pycasbin/compare/v2.5.0...v2.6.0) (2025-11-06)
4+
5+
6+
### Features
7+
8+
* fix enforce_ex() API returning empty explanations for allow rules in deny models ([#412](https://github.com/casbin/pycasbin/issues/412)) ([dbd28b7](https://github.com/casbin/pycasbin/commit/dbd28b728c617c28f34478bd9dde3f712fc1c37e))
9+
310
# [2.5.0](https://github.com/casbin/pycasbin/compare/v2.4.0...v2.5.0) (2025-11-06)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pycasbin"
3-
version = "2.5.0"
3+
version = "2.6.0"
44
authors = [
55
{name = "Casbin", email = "admin@casbin.org"},
66
]

0 commit comments

Comments
 (0)