Skip to content

Commit 9ad0414

Browse files
committed
feat: update path
1 parent 4698e87 commit 9ad0414

3 files changed

Lines changed: 33 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,99 @@
11
# Semantic Versioning Changelog
22

3-
# [1.2.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v1.1.0...v1.2.0) (2024-05-30)
3+
# [1.2.0](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v1.1.0...v1.2.0) (2024-05-30)
44

55

66
### Features
77

8-
* nested session causes deadlock ([#67](https://github.com/pycasbin/sqlalchemy-adapter/issues/67)) ([d4eedda](https://github.com/pycasbin/sqlalchemy-adapter/commit/d4eedda8422b8256e708c5b5041c59a5e6dfbd99))
8+
* nested session causes deadlock ([#67](https://github.com/officialpycasbin/sqlalchemy-adapter/issues/67)) ([d4eedda](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/d4eedda8422b8256e708c5b5041c59a5e6dfbd99))
99

10-
# [1.1.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v1.0.0...v1.1.0) (2024-03-28)
10+
# [1.1.0](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v1.0.0...v1.1.0) (2024-03-28)
1111

1212

1313
### Features
1414

15-
* DeclarativeBase import fails with SQLAlchemy 1.x ([#66](https://github.com/pycasbin/sqlalchemy-adapter/issues/66)) ([8b03bab](https://github.com/pycasbin/sqlalchemy-adapter/commit/8b03bab47f227e4fd16ac8f3694a8d3dbb60a17e))
15+
* DeclarativeBase import fails with SQLAlchemy 1.x ([#66](https://github.com/officialpycasbin/sqlalchemy-adapter/issues/66)) ([8b03bab](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/8b03bab47f227e4fd16ac8f3694a8d3dbb60a17e))
1616

17-
# [1.0.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.7.0...v1.0.0) (2024-03-28)
17+
# [1.0.0](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v0.7.0...v1.0.0) (2024-03-28)
1818

1919

2020
### Features
2121

22-
* upgrade CI Python version to 3.12 ([02d357f](https://github.com/pycasbin/sqlalchemy-adapter/commit/02d357f4927b5efe991e965e419b84e8365cf035))
22+
* upgrade CI Python version to 3.12 ([02d357f](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/02d357f4927b5efe991e965e419b84e8365cf035))
2323

2424

2525
### BREAKING CHANGES
2626

2727
* trigger major release
2828

29-
# [0.7.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.6.0...v0.7.0) (2024-03-02)
29+
# [0.7.0](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v0.6.0...v0.7.0) (2024-03-02)
3030

3131

3232
### Features
3333

34-
* update Python version to 3.9+ ([dec0ff8](https://github.com/pycasbin/sqlalchemy-adapter/commit/dec0ff8d51cdabb681a03358a7753c68ec3b7eeb))
34+
* update Python version to 3.9+ ([dec0ff8](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/dec0ff8d51cdabb681a03358a7753c68ec3b7eeb))
3535

36-
# [0.6.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.5.3...v0.6.0) (2024-03-01)
36+
# [0.6.0](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v0.5.3...v0.6.0) (2024-03-01)
3737

3838

3939
### Features
4040

41-
* replace declarative_base -> DeclarativeBase for sqlalchemy 2.0 migration ([#65](https://github.com/pycasbin/sqlalchemy-adapter/issues/65)) ([a737cd8](https://github.com/pycasbin/sqlalchemy-adapter/commit/a737cd8b1ec0bd47125aa986920f5704b076a84d))
41+
* replace declarative_base -> DeclarativeBase for sqlalchemy 2.0 migration ([#65](https://github.com/officialpycasbin/sqlalchemy-adapter/issues/65)) ([a737cd8](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/a737cd8b1ec0bd47125aa986920f5704b076a84d))
4242

43-
## [0.5.3](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.5.2...v0.5.3) (2024-03-01)
43+
## [0.5.3](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v0.5.2...v0.5.3) (2024-03-01)
4444

4545

4646
### Bug Fixes
4747

48-
* update CI version to Node.js 20 ([2f91fbc](https://github.com/pycasbin/sqlalchemy-adapter/commit/2f91fbc7b12ec61ee24a019879ac90446137d40b))
48+
* update CI version to Node.js 20 ([2f91fbc](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/2f91fbc7b12ec61ee24a019879ac90446137d40b))
4949

50-
## [0.5.2](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.5.1...v0.5.2) (2023-05-22)
50+
## [0.5.2](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v0.5.1...v0.5.2) (2023-05-22)
5151

5252

5353
### Bug Fixes
5454

55-
* Stop including README as top-level data file in package ([#63](https://github.com/pycasbin/sqlalchemy-adapter/issues/63)) ([206be72](https://github.com/pycasbin/sqlalchemy-adapter/commit/206be72ddbca38a45a02cd3ed63cd31e6158df9c))
55+
* Stop including README as top-level data file in package ([#63](https://github.com/officialpycasbin/sqlalchemy-adapter/issues/63)) ([206be72](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/206be72ddbca38a45a02cd3ed63cd31e6158df9c))
5656

57-
## [0.5.1](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.5.0...v0.5.1) (2023-04-16)
57+
## [0.5.1](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v0.5.0...v0.5.1) (2023-04-16)
5858

5959

6060
### Bug Fixes
6161

62-
* fix CI typo ([7c17a97](https://github.com/pycasbin/sqlalchemy-adapter/commit/7c17a97a5bf0e928d1c2fe7bac0eb751da90ac58))
63-
* update CI script versions ([72ecd76](https://github.com/pycasbin/sqlalchemy-adapter/commit/72ecd767efd17e8a859d8014a63ee287ff4020e2))
62+
* fix CI typo ([7c17a97](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/7c17a97a5bf0e928d1c2fe7bac0eb751da90ac58))
63+
* update CI script versions ([72ecd76](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/72ecd767efd17e8a859d8014a63ee287ff4020e2))
6464

65-
# [0.5.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.4.2...v0.5.0) (2022-07-17)
65+
# [0.5.0](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v0.4.2...v0.5.0) (2022-07-17)
6666

6767

6868
### Features
6969

70-
* update_filtered_policies ([6799bc8](https://github.com/pycasbin/sqlalchemy-adapter/commit/6799bc8d7089956d640eb253ac171eb661573576))
70+
* update_filtered_policies ([6799bc8](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/6799bc8d7089956d640eb253ac171eb661573576))
7171

72-
## [0.4.2](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.4.1...v0.4.2) (2021-09-09)
72+
## [0.4.2](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v0.4.1...v0.4.2) (2021-09-09)
7373

7474

7575
### Bug Fixes
7676

77-
* make filter query works with custom db_class ([8ee69bc](https://github.com/pycasbin/sqlalchemy-adapter/commit/8ee69bc5e8c07fe24fb0b65d43593fdea101ac22))
77+
* make filter query works with custom db_class ([8ee69bc](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/8ee69bc5e8c07fe24fb0b65d43593fdea101ac22))
7878

79-
## [0.4.1](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.4.0...v0.4.1) (2021-09-08)
79+
## [0.4.1](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v0.4.0...v0.4.1) (2021-09-08)
8080

8181

8282
### Bug Fixes
8383

84-
* fix db_class not vaild ([4effb2d](https://github.com/pycasbin/sqlalchemy-adapter/commit/4effb2dfe96f2b184f9f14984dacdc3a8edfa670))
84+
* fix db_class not vaild ([4effb2d](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/4effb2dfe96f2b184f9f14984dacdc3a8edfa670))
8585

86-
# [0.4.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.3.2...v0.4.0) (2021-07-21)
86+
# [0.4.0](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v0.3.2...v0.4.0) (2021-07-21)
8787

8888

8989
### Features
9090

91-
* finish up update_policy and update_policies ([#48](https://github.com/pycasbin/sqlalchemy-adapter/issues/48)) ([84ed6ee](https://github.com/pycasbin/sqlalchemy-adapter/commit/84ed6eea02a3200807f01c194f83a058bac038ac))
91+
* finish up update_policy and update_policies ([#48](https://github.com/officialpycasbin/sqlalchemy-adapter/issues/48)) ([84ed6ee](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/84ed6eea02a3200807f01c194f83a058bac038ac))
9292

93-
## [0.3.2](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.3.1...v0.3.2) (2021-07-18)
93+
## [0.3.2](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v0.3.1...v0.3.2) (2021-07-18)
9494

9595

9696
### Bug Fixes
9797

98-
* migrate from travis-ci to Github Actions ([60b3253](https://github.com/pycasbin/sqlalchemy-adapter/commit/60b3253cfadc63aa82aa346a29e7cb51cda3a405))
99-
* possibly wrong behavior for remove_policies ([#40](https://github.com/pycasbin/sqlalchemy-adapter/issues/40)) ([1449199](https://github.com/pycasbin/sqlalchemy-adapter/commit/14491999a8c1239d2ee8d3e2a40257e654856431))
98+
* migrate from travis-ci to Github Actions ([60b3253](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/60b3253cfadc63aa82aa346a29e7cb51cda3a405))
99+
* possibly wrong behavior for remove_policies ([#40](https://github.com/officialpycasbin/sqlalchemy-adapter/issues/40)) ([1449199](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/14491999a8c1239d2ee8d3e2a40257e654856431))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SQLAlchemy Adapter for PyCasbin
22
====
33

4-
[![GitHub Actions](https://github.com/pycasbin/sqlalchemy-adapter/workflows/build/badge.svg?branch=master)](https://github.com/pycasbin/sqlalchemy-adapter/actions)
5-
[![Coverage Status](https://coveralls.io/repos/github/pycasbin/sqlalchemy-adapter/badge.svg)](https://coveralls.io/github/pycasbin/sqlalchemy-adapter)
4+
[![GitHub Actions](https://github.com/officialpycasbin/sqlalchemy-adapter/workflows/build/badge.svg?branch=master)](https://github.com/officialpycasbin/sqlalchemy-adapter/actions)
5+
[![Coverage Status](https://coveralls.io/repos/github/officialpycasbin/sqlalchemy-adapter/badge.svg)](https://coveralls.io/github/officialpycasbin/sqlalchemy-adapter)
66
[![Version](https://img.shields.io/pypi/v/casbin_sqlalchemy_adapter.svg)](https://pypi.org/project/casbin_sqlalchemy_adapter/)
77
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/casbin_sqlalchemy_adapter.svg)](https://pypi.org/project/casbin_sqlalchemy_adapter/)
88
[![Pyversions](https://img.shields.io/pypi/pyversions/casbin_sqlalchemy_adapter.svg)](https://pypi.org/project/casbin_sqlalchemy_adapter/)

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
setup(
1717
name="casbin_sqlalchemy_adapter",
18-
author="TechLee",
19-
author_email="techlee@qq.com",
18+
author="Casbin",
19+
author_email="admin@casbin.org",
2020
description="SQLAlchemy Adapter for PyCasbin",
2121
long_description=long_description,
2222
long_description_content_type="text/markdown",
23-
url="https://github.com/pycasbin/sqlalchemy-adapter",
23+
url="https://github.com/officialpycasbin/sqlalchemy-adapter",
2424
keywords=[
2525
"casbin",
2626
"SQLAlchemy",

0 commit comments

Comments
 (0)