Skip to content

Commit 497cb17

Browse files
chore(release): 2.4.0 [skip ci]
# [2.4.0](v2.3.0...v2.4.0) (2025-10-14) ### Features * fix inconsistent async handling bug for watcher.update() API ([#406](#406)) ([7875d02](7875d02))
1 parent 7875d02 commit 497cb17

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.4.0](https://github.com/casbin/pycasbin/compare/v2.3.0...v2.4.0) (2025-10-14)
4+
5+
6+
### Features
7+
8+
* fix inconsistent async handling bug for watcher.update() API ([#406](https://github.com/casbin/pycasbin/issues/406)) ([7875d02](https://github.com/casbin/pycasbin/commit/7875d022249cf94338ef7921a8253f577fafa7ee))
9+
310
# [2.3.0](https://github.com/casbin/pycasbin/compare/v2.2.0...v2.3.0) (2025-10-04)
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.3.0"
3+
version = "2.4.0"
44
authors = [
55
{name = "Casbin", email = "admin@casbin.org"},
66
]

0 commit comments

Comments
 (0)