We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf84eed commit f3fc678Copy full SHA for f3fc678
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Semantic Versioning Changelog
2
3
+# [1.38.0](https://github.com/casbin/pycasbin/compare/v1.37.0...v1.38.0) (2025-01-12)
4
+
5
6
+### Features
7
8
+* add StringAdapter's statement in init.py ([#367](https://github.com/casbin/pycasbin/issues/367)) ([bf84eed](https://github.com/casbin/pycasbin/commit/bf84eed7305d22338aae185a7d65e0d429927e89))
9
10
# [1.37.0](https://github.com/casbin/pycasbin/compare/v1.36.3...v1.37.0) (2024-11-25)
11
12
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "casbin"
-version = "1.37.0"
+version = "1.38.0"
authors = [
{name = "TechLee", email = "techlee@qq.com"},
]
0 commit comments