Skip to content

Commit 42d1347

Browse files
chore(release): 1.39.0 [skip ci]
# [1.39.0](v1.38.0...v1.39.0) (2025-03-11) ### Features * Port get_allowed_object_conditions() from Golang to Python ([#373](#373)) ([c433a59](c433a59))
1 parent c433a59 commit 42d1347

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.39.0](https://github.com/casbin/pycasbin/compare/v1.38.0...v1.39.0) (2025-03-11)
4+
5+
6+
### Features
7+
8+
* Port get_allowed_object_conditions() from Golang to Python ([#373](https://github.com/casbin/pycasbin/issues/373)) ([c433a59](https://github.com/casbin/pycasbin/commit/c433a5996f5819f750f628625fd2a1f8f556e8db))
9+
310
# [1.38.0](https://github.com/casbin/pycasbin/compare/v1.37.0...v1.38.0) (2025-01-12)
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.38.0"
3+
version = "1.39.0"
44
authors = [
55
{name = "TechLee", email = "[email protected]"},
66
]

0 commit comments

Comments
 (0)