From 6d6653b012836445e144c71a95140f182df65eda Mon Sep 17 00:00:00 2001 From: Theo <87375548+Chimou0@users.noreply.github.com> Date: Fri, 15 Aug 2025 22:39:56 +0800 Subject: [PATCH 1/2] feat: switch from casbin to pycasbin --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a5a4fbd..1a5b80a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -casbin>=0.8.4 +pycasbin>=2.0.0 SQLObject>=3.8.0 \ No newline at end of file From ac8674ddd4515e675729ec6d7f8e5ff3f687280d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Aug 2025 14:41:10 +0000 Subject: [PATCH 2/2] chore(release): 0.4.0 [skip ci] # [0.4.0](https://github.com/officialpycasbin/sqlobject-adapter/compare/v0.3.0...v0.4.0) (2025-08-15) ### Features * switch from casbin to pycasbin ([6d6653b](https://github.com/officialpycasbin/sqlobject-adapter/commit/6d6653b012836445e144c71a95140f182df65eda)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efeb06a..6c06abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [0.4.0](https://github.com/officialpycasbin/sqlobject-adapter/compare/v0.3.0...v0.4.0) (2025-08-15) + + +### Features + +* switch from casbin to pycasbin ([6d6653b](https://github.com/officialpycasbin/sqlobject-adapter/commit/6d6653b012836445e144c71a95140f182df65eda)) + # [0.3.0](https://github.com/officialpycasbin/sqlobject-adapter/compare/v0.2.0...v0.3.0) (2024-10-26) diff --git a/pyproject.toml b/pyproject.toml index 83553e5..0af7f83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlobject_adapter" -version = "0.3.0" +version = "0.4.0" authors = [ {name = "Casbin", email = "admin@casbin.org"}, ]