diff --git a/CHANGELOG.md b/CHANGELOG.md index 6492b6a..c9b8a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,38 +1,38 @@ # Semantic Versioning Changelog -# [1.2.0](https://github.com/pycasbin/redis-adapter/compare/v1.1.0...v1.2.0) (2024-03-29) +# [1.2.0](https://github.com/officialpycasbin/redis-adapter/compare/v1.1.0...v1.2.0) (2024-03-29) ### Features -* upgrade CI Node.js version to 20 ([9e9939c](https://github.com/pycasbin/redis-adapter/commit/9e9939c98d907b586b30e31c2cc7f44c21d38930)) +* upgrade CI Node.js version to 20 ([9e9939c](https://github.com/officialpycasbin/redis-adapter/commit/9e9939c98d907b586b30e31c2cc7f44c21d38930)) -# [1.1.0](https://github.com/pycasbin/redis-adapter/compare/v1.0.2...v1.1.0) (2023-06-15) +# [1.1.0](https://github.com/officialpycasbin/redis-adapter/compare/v1.0.2...v1.1.0) (2023-06-15) ### Features -* allow redis keyword configuration ([#8](https://github.com/pycasbin/redis-adapter/issues/8)) ([1e0fad5](https://github.com/pycasbin/redis-adapter/commit/1e0fad5ed09091ee903ac6b8066266bfc38cc792)) +* allow redis keyword configuration ([#8](https://github.com/officialpycasbin/redis-adapter/issues/8)) ([1e0fad5](https://github.com/officialpycasbin/redis-adapter/commit/1e0fad5ed09091ee903ac6b8066266bfc38cc792)) -## [1.0.2](https://github.com/pycasbin/redis-adapter/compare/v1.0.1...v1.0.2) (2023-06-11) +## [1.0.2](https://github.com/officialpycasbin/redis-adapter/compare/v1.0.1...v1.0.2) (2023-06-11) ### Bug Fixes -* update supported python versions in setup.py ([a6d24c2](https://github.com/pycasbin/redis-adapter/commit/a6d24c2eade97761c12cc85724db06d189f29a63)) +* update supported python versions in setup.py ([a6d24c2](https://github.com/officialpycasbin/redis-adapter/commit/a6d24c2eade97761c12cc85724db06d189f29a63)) -## [1.0.1](https://github.com/pycasbin/redis-adapter/compare/v1.0.0...v1.0.1) (2023-06-04) +## [1.0.1](https://github.com/officialpycasbin/redis-adapter/compare/v1.0.0...v1.0.1) (2023-06-04) ### Bug Fixes -* add README badges ([#6](https://github.com/pycasbin/redis-adapter/issues/6)) ([ee894c2](https://github.com/pycasbin/redis-adapter/commit/ee894c249acdb943588b0ead8fc4b0aaea3ad4ee)) +* add README badges ([#6](https://github.com/officialpycasbin/redis-adapter/issues/6)) ([ee894c2](https://github.com/officialpycasbin/redis-adapter/commit/ee894c249acdb943588b0ead8fc4b0aaea3ad4ee)) # 1.0.0 (2023-06-04) ### Features -* Add .releaserc.json ([#5](https://github.com/pycasbin/redis-adapter/issues/5)) ([ae2884b](https://github.com/pycasbin/redis-adapter/commit/ae2884b97717e3f7121a3a01fc6780ad51f2b9f6)) -* add semantic release ([#3](https://github.com/pycasbin/redis-adapter/issues/3)) ([ba498e5](https://github.com/pycasbin/redis-adapter/commit/ba498e5c520a79d44137ff4ecbbfe1d3ca880b7d)) -* complete the redis adapter ([#2](https://github.com/pycasbin/redis-adapter/issues/2)) ([3882922](https://github.com/pycasbin/redis-adapter/commit/38829228a51b3e7e0e88b85e9a7a2a1c5cea3890)) +* Add .releaserc.json ([#5](https://github.com/officialpycasbin/redis-adapter/issues/5)) ([ae2884b](https://github.com/officialpycasbin/redis-adapter/commit/ae2884b97717e3f7121a3a01fc6780ad51f2b9f6)) +* add semantic release ([#3](https://github.com/officialpycasbin/redis-adapter/issues/3)) ([ba498e5](https://github.com/officialpycasbin/redis-adapter/commit/ba498e5c520a79d44137ff4ecbbfe1d3ca880b7d)) +* complete the redis adapter ([#2](https://github.com/officialpycasbin/redis-adapter/issues/2)) ([3882922](https://github.com/officialpycasbin/redis-adapter/commit/38829228a51b3e7e0e88b85e9a7a2a1c5cea3890)) diff --git a/README.md b/README.md index 23f883c..cb8063a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ Redis Adapter for PyCasbin ==== -[![GitHub Action](https://github.com/pycasbin/redis-adapter/workflows/build/badge.svg?branch=master)](https://github.com/pycasbin/redis-adapter/actions) -[![Coverage Status](https://coveralls.io/repos/github/pycasbin/redis-adapter/badge.svg)](https://coveralls.io/github/pycasbin/redis-adapter) +[![GitHub Action](https://github.com/officialpycasbin/redis-adapter/workflows/build/badge.svg?branch=master)](https://github.com/officialpycasbin/redis-adapter/actions) +[![Coverage Status](https://coveralls.io/repos/github/officialpycasbin/redis-adapter/badge.svg)](https://coveralls.io/github/officialpycasbin/redis-adapter) [![Version](https://img.shields.io/pypi/v/casbin_redis_adapter.svg)](https://pypi.org/project/casbin_redis_adapter/) [![PyPI - Wheel](https://img.shields.io/pypi/wheel/casbin_redis_adapter.svg)](https://pypi.org/project/casbin_redis_adapter/) [![Pyversions](https://img.shields.io/pypi/pyversions/casbin_redis_adapter.svg)](https://pypi.org/project/casbin_redis_adapter/) [![Download](https://img.shields.io/pypi/dm/casbin_redis_adapter.svg)](https://pypi.org/project/casbin_redis_adapter/) [![Discord](https://img.shields.io/discord/1022748306096537660?logo=discord&label=discord&color=5865F2)](https://discord.gg/S5UjpzGZjN) -Redis Adapter is the [redis](https://redis.io/) adapter for [PyCasbin](https://github.com/casbin/pycasbin). With this -library, Casbin can load policy from redis or save policy to it. +Redis Adapter is the [Redis](https://redis.io/) adapter for [PyCasbin](https://github.com/casbin/pycasbin). With this library, Casbin can load policy from redis or save policy to it. ## Installation diff --git a/setup.py b/setup.py index dc4d1bd..9e8e6c0 100644 --- a/setup.py +++ b/setup.py @@ -15,12 +15,12 @@ setup( name="casbin_redis_adapter", - author="BustDot", - author_email="Bust.dev@outlook.com", + author="Casbin", + author_email="admin@casbin.org", description="Redis Adapter for PyCasbin", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/pycasbin/redis-adapter", + url="https://github.com/officialpycasbin/redis-adapter", keywords=[ "casbin", "Redis",