From 84e1903524a57399730cf07cdc7a5e3a1a1994f0 Mon Sep 17 00:00:00 2001 From: Theo <87375548+Chimou0@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:23:44 +0800 Subject: [PATCH 1/2] feat: fix README badges (#2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7bc576..e387431 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SQLObject Adapter for PyCasbin [![Version](https://img.shields.io/pypi/v/sqlobject_adapter.svg)](https://pypi.org/project/sqlobject_adapter/) [![PyPI - Wheel](https://img.shields.io/pypi/wheel/sqlobject_adapter.svg)](https://pypi.org/project/sqlobject_adapter/) [![Pyversions](https://img.shields.io/pypi/pyversions/sqlobject_adapter.svg)](https://pypi.org/project/sqlobject_adapter/) -[![Download](https://img.shields.io/pypi/dm/sqlobject_adapter.svg)](https://pypi.org/project/sqlobject_adapter/) +[![Download](https://static.pepy.tech/badge/sqlobject_adapter)](https://pypi.org/project/sqlobject_adapter/) [![License](https://img.shields.io/pypi/l/sqlobject_adapter.svg)](https://pypi.org/project/sqlobject_adapter/) SQLObject Adapter is the [SQLObject](http://www.sqlobject.org/index.html) adapter for [PyCasbin](https://github.com/casbin/pycasbin). With this library, Casbin can load policy from SQLObject supported database or save policy to it. From 0ebf13f85a26d26bf52ef537b1b01060cfd54b97 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Aug 2025 01:24:55 +0000 Subject: [PATCH 2/2] chore(release): 0.5.0 [skip ci] # [0.5.0](https://github.com/officialpycasbin/sqlobject-adapter/compare/v0.4.0...v0.5.0) (2025-08-21) ### Features * fix README badges ([#2](https://github.com/officialpycasbin/sqlobject-adapter/issues/2)) ([84e1903](https://github.com/officialpycasbin/sqlobject-adapter/commit/84e1903524a57399730cf07cdc7a5e3a1a1994f0)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c06abe..5eb1b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [0.5.0](https://github.com/officialpycasbin/sqlobject-adapter/compare/v0.4.0...v0.5.0) (2025-08-21) + + +### Features + +* fix README badges ([#2](https://github.com/officialpycasbin/sqlobject-adapter/issues/2)) ([84e1903](https://github.com/officialpycasbin/sqlobject-adapter/commit/84e1903524a57399730cf07cdc7a5e3a1a1994f0)) + # [0.4.0](https://github.com/officialpycasbin/sqlobject-adapter/compare/v0.3.0...v0.4.0) (2025-08-15) diff --git a/pyproject.toml b/pyproject.toml index 0af7f83..b53c020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlobject_adapter" -version = "0.4.0" +version = "0.5.0" authors = [ {name = "Casbin", email = "admin@casbin.org"}, ]