We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d557189 commit 0a50077Copy full SHA for 0a50077
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Semantic Versioning Changelog
2
3
+# [1.34.0](https://github.com/casbin/pycasbin/compare/v1.33.0...v1.34.0) (2023-12-28)
4
+
5
6
+### Features
7
8
+* add interface stubs for async adapters ([#335](https://github.com/casbin/pycasbin/issues/335)) ([d557189](https://github.com/casbin/pycasbin/commit/d557189eecee788e81d20ceae3cb1dee16a84ae7))
9
10
# [1.33.0](https://github.com/casbin/pycasbin/compare/v1.32.0...v1.33.0) (2023-10-25)
11
12
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "casbin"
-version = "1.33.0"
+version = "1.34.0"
authors = [
{name = "TechLee", email = "techlee@qq.com"},
]
0 commit comments