We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7875d02 commit 497cb17Copy full SHA for 497cb17
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Semantic Versioning Changelog
2
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
10
# [2.3.0](https://github.com/casbin/pycasbin/compare/v2.2.0...v2.3.0) (2025-10-04)
11
12
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pycasbin"
-version = "2.3.0"
+version = "2.4.0"
authors = [
{name = "Casbin", email = "admin@casbin.org"},
]
0 commit comments