Skip to content

Commit a523245

Browse files
chore(release): 1.45.0 [skip ci]
# [1.45.0](v1.44.0...v1.45.0) (2025-06-07) ### Features * Optimize `load_policy_line` to avoid quadratic individual-character loop ([#355](#355)) ([d3149e8](d3149e8))
1 parent d3149e8 commit a523245

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.45.0](https://github.com/casbin/pycasbin/compare/v1.44.0...v1.45.0) (2025-06-07)
4+
5+
6+
### Features
7+
8+
* Optimize `load_policy_line` to avoid quadratic individual-character loop ([#355](https://github.com/casbin/pycasbin/issues/355)) ([d3149e8](https://github.com/casbin/pycasbin/commit/d3149e81c36d29e96ebdf3484897461ab86d8afb))
9+
310
# [1.44.0](https://github.com/casbin/pycasbin/compare/v1.43.0...v1.44.0) (2025-06-07)
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 = "1.44.0"
3+
version = "1.45.0"
44
authors = [
55
{name = "Casbin", email = "[email protected]"},
66
]

0 commit comments

Comments
 (0)