Skip to content

Commit 28886db

Browse files
chore(release): 1.40.0 [skip ci]
# [1.40.0](v1.39.0...v1.40.0) (2025-03-13) ### Features * fix bug that "!=" in policies is replaced with "not=" ([#375](#375)) ([54208b6](54208b6))
1 parent 54208b6 commit 28886db

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.40.0](https://github.com/casbin/pycasbin/compare/v1.39.0...v1.40.0) (2025-03-13)
4+
5+
6+
### Features
7+
8+
* fix bug that "!=" in policies is replaced with "not=" ([#375](https://github.com/casbin/pycasbin/issues/375)) ([54208b6](https://github.com/casbin/pycasbin/commit/54208b66d3fd920adaeac2db37a78e74fa9d3b76))
9+
310
# [1.39.0](https://github.com/casbin/pycasbin/compare/v1.38.0...v1.39.0) (2025-03-11)
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.39.0"
3+
version = "1.40.0"
44
authors = [
55
{name = "TechLee", email = "[email protected]"},
66
]

0 commit comments

Comments
 (0)