Skip to content

Commit daf3827

Browse files
chore(release): 1.48.0 [skip ci]
# [1.48.0](v1.47.0...v1.48.0) (2025-08-01) ### Features * add new APIs: add_policies_ex() and add_named_policies_ex() ([#391](#391)) ([e0a64f9](e0a64f9))
1 parent e0a64f9 commit daf3827

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.48.0](https://github.com/casbin/pycasbin/compare/v1.47.0...v1.48.0) (2025-08-01)
4+
5+
6+
### Features
7+
8+
* add new APIs: add_policies_ex() and add_named_policies_ex() ([#391](https://github.com/casbin/pycasbin/issues/391)) ([e0a64f9](https://github.com/casbin/pycasbin/commit/e0a64f92463b56e17c1acf49b26d82d166d19c37))
9+
310
# [1.47.0](https://github.com/casbin/pycasbin/compare/v1.46.0...v1.47.0) (2025-07-26)
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.47.0"
3+
version = "1.48.0"
44
authors = [
55
{name = "Casbin", email = "admin@casbin.org"},
66
]

0 commit comments

Comments
 (0)