Skip to content

Commit 27952b6

Browse files
chore(release): 1.42.0 [skip ci]
# [1.42.0](v1.41.0...v1.42.0) (2025-04-21) ### Features * fix missing await in load_increment_filtered_policy() in async_internal_enforcer.py ([#378](#378)) ([ca26402](ca26402))
1 parent ca26402 commit 27952b6

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+
# [1.42.0](https://github.com/casbin/pycasbin/compare/v1.41.0...v1.42.0) (2025-04-21)
4+
5+
6+
### Features
7+
8+
* fix missing await in load_increment_filtered_policy() in async_internal_enforcer.py ([#378](https://github.com/casbin/pycasbin/issues/378)) ([ca26402](https://github.com/casbin/pycasbin/commit/ca264023f60ab83c2f852578ccfb8e567b0d7e0c))
9+
310
# [1.41.0](https://github.com/casbin/pycasbin/compare/v1.40.0...v1.41.0) (2025-03-15)
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 = "casbin"
3-
version = "1.41.0"
3+
version = "1.42.0"
44
authors = [
55
{name = "TechLee", email = "techlee@qq.com"},
66
]

0 commit comments

Comments
 (0)