Skip to content

Commit f3f130f

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.50.0...v2.0.0) (2025-08-10) ### Features * update README.md status badges and improve TestFastEnforcer() ([#396](#396)) ([79105a0](79105a0)), closes [#395](#395) ### BREAKING CHANGES * this work for release PyCasbin v2 * docs: change status badge
1 parent 79105a0 commit f3f130f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Semantic Versioning Changelog
22

3+
# [2.0.0](https://github.com/casbin/pycasbin/compare/v1.50.0...v2.0.0) (2025-08-10)
4+
5+
6+
### Features
7+
8+
* update README.md status badges and improve TestFastEnforcer() ([#396](https://github.com/casbin/pycasbin/issues/396)) ([79105a0](https://github.com/casbin/pycasbin/commit/79105a0e6fad65ee8d8b736557246f7cd21f2371)), closes [#395](https://github.com/casbin/pycasbin/issues/395)
9+
10+
11+
### BREAKING CHANGES
12+
13+
* this work for release PyCasbin v2
14+
15+
* docs: change status badge
16+
317
# [1.50.0](https://github.com/casbin/pycasbin/compare/v1.49.0...v1.50.0) (2025-08-09)
418

519

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.50.0"
3+
version = "2.0.0"
44
authors = [
55
{name = "Casbin", email = "[email protected]"},
66
]

0 commit comments

Comments
 (0)