Skip to content

Commit 0894af7

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2025-08-19) ### Features * align add_policy API with Golang Casbin ([#398](#398)) ([937b649](937b649))
1 parent 937b649 commit 0894af7

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+
# [2.1.0](https://github.com/casbin/pycasbin/compare/v2.0.0...v2.1.0) (2025-08-19)
4+
5+
6+
### Features
7+
8+
* align add_policy API with Golang Casbin ([#398](https://github.com/casbin/pycasbin/issues/398)) ([937b649](https://github.com/casbin/pycasbin/commit/937b64936cdce128ebd9f967b263549f26f1f42f))
9+
310
# [2.0.0](https://github.com/casbin/pycasbin/compare/v1.50.0...v2.0.0) (2025-08-10)
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 = "2.0.0"
3+
version = "2.1.0"
44
authors = [
55
{name = "Casbin", email = "admin@casbin.org"},
66
]

0 commit comments

Comments
 (0)