|
1 | 1 | # Semantic Versioning Changelog |
2 | 2 |
|
3 | | -# [1.2.0](https://github.com/pycasbin/casbin-databases-adapter/compare/v1.1.0...v1.2.0) (2024-04-24) |
| 3 | +# [1.2.0](https://github.com/officialpycasbin/casbin-databases-adapter/compare/v1.1.0...v1.2.0) (2024-04-24) |
4 | 4 |
|
5 | 5 |
|
6 | 6 | ### Features |
7 | 7 |
|
8 | | -* add usage instructions, example code to README ([#6](https://github.com/pycasbin/casbin-databases-adapter/issues/6)) ([7dbb872](https://github.com/pycasbin/casbin-databases-adapter/commit/7dbb872791118b86927d10ff4cf81d58aec276c8)) |
| 8 | +* add usage instructions, example code to README ([#6](https://github.com/officialpycasbin/casbin-databases-adapter/issues/6)) ([7dbb872](https://github.com/officialpycasbin/casbin-databases-adapter/commit/7dbb872791118b86927d10ff4cf81d58aec276c8)) |
9 | 9 |
|
10 | | -# [1.1.0](https://github.com/pycasbin/casbin-databases-adapter/compare/v1.0.0...v1.1.0) (2024-03-23) |
| 10 | +# [1.1.0](https://github.com/officialpycasbin/casbin-databases-adapter/compare/v1.0.0...v1.1.0) (2024-03-23) |
11 | 11 |
|
12 | 12 |
|
13 | 13 | ### Features |
14 | 14 |
|
15 | | -* update Python version to 3.9+, update CI Node.js version to 20 ([67711bc](https://github.com/pycasbin/casbin-databases-adapter/commit/67711bcab794ef5343db45716be401d5dc8a3f45)) |
16 | | -* upgrade synccasbin, databases and SQLAlchemy versions to fix CI error ([#4](https://github.com/pycasbin/casbin-databases-adapter/issues/4)) ([3892591](https://github.com/pycasbin/casbin-databases-adapter/commit/3892591d0ecd565ba32cd383202a0a843928f652)) |
| 15 | +* update Python version to 3.9+, update CI Node.js version to 20 ([67711bc](https://github.com/officialpycasbin/casbin-databases-adapter/commit/67711bcab794ef5343db45716be401d5dc8a3f45)) |
| 16 | +* upgrade synccasbin, databases and SQLAlchemy versions to fix CI error ([#4](https://github.com/officialpycasbin/casbin-databases-adapter/issues/4)) ([3892591](https://github.com/officialpycasbin/casbin-databases-adapter/commit/3892591d0ecd565ba32cd383202a0a843928f652)) |
17 | 17 |
|
18 | 18 | # 1.0.0 (2023-06-10) |
19 | 19 |
|
20 | 20 |
|
21 | 21 | ### Bug Fixes |
22 | 22 |
|
23 | | -* adjust test to async ([d981c6f](https://github.com/pycasbin/casbin-databases-adapter/commit/d981c6f5f12404e88fe05903343cab6d33374c31)) |
24 | | -* change python version ([8a8bc01](https://github.com/pycasbin/casbin-databases-adapter/commit/8a8bc0130821567901732a0cf88f2d5e5742ea5d)) |
25 | | -* fix semantic version ([64e3e08](https://github.com/pycasbin/casbin-databases-adapter/commit/64e3e08cfd064ab12534da0bff2f517818197d0d)) |
26 | | -* load_policy first before use ([5a5609c](https://github.com/pycasbin/casbin-databases-adapter/commit/5a5609c6ce54c6b05040ba0cb2f1dd5025431fb2)) |
27 | | -* package name ([8f2ee7d](https://github.com/pycasbin/casbin-databases-adapter/commit/8f2ee7d8c3d84379282de1ba099aa49170b48da4)) |
28 | | -* remove unnecessary to_sync decorator ([ae31ff9](https://github.com/pycasbin/casbin-databases-adapter/commit/ae31ff9044a4e949fb73f74b14585ef10965beb6)) |
29 | | -* use async version of casbin ([07d66cf](https://github.com/pycasbin/casbin-databases-adapter/commit/07d66cf99e850eb6e9c697dc9596159a37130682)) |
| 23 | +* adjust test to async ([d981c6f](https://github.com/officialpycasbin/casbin-databases-adapter/commit/d981c6f5f12404e88fe05903343cab6d33374c31)) |
| 24 | +* change python version ([8a8bc01](https://github.com/officialpycasbin/casbin-databases-adapter/commit/8a8bc0130821567901732a0cf88f2d5e5742ea5d)) |
| 25 | +* fix semantic version ([64e3e08](https://github.com/officialpycasbin/casbin-databases-adapter/commit/64e3e08cfd064ab12534da0bff2f517818197d0d)) |
| 26 | +* load_policy first before use ([5a5609c](https://github.com/officialpycasbin/casbin-databases-adapter/commit/5a5609c6ce54c6b05040ba0cb2f1dd5025431fb2)) |
| 27 | +* package name ([8f2ee7d](https://github.com/officialpycasbin/casbin-databases-adapter/commit/8f2ee7d8c3d84379282de1ba099aa49170b48da4)) |
| 28 | +* remove unnecessary to_sync decorator ([ae31ff9](https://github.com/officialpycasbin/casbin-databases-adapter/commit/ae31ff9044a4e949fb73f74b14585ef10965beb6)) |
| 29 | +* use async version of casbin ([07d66cf](https://github.com/officialpycasbin/casbin-databases-adapter/commit/07d66cf99e850eb6e9c697dc9596159a37130682)) |
30 | 30 |
|
31 | 31 |
|
32 | 32 | ### Features |
33 | 33 |
|
34 | | -* add semantic release ([#2](https://github.com/pycasbin/casbin-databases-adapter/issues/2)) ([953692a](https://github.com/pycasbin/casbin-databases-adapter/commit/953692a3ced761a88f9d99d82c169344dc561da3)) |
| 34 | +* add semantic release ([#2](https://github.com/officialpycasbin/casbin-databases-adapter/issues/2)) ([953692a](https://github.com/officialpycasbin/casbin-databases-adapter/commit/953692a3ced761a88f9d99d82c169344dc561da3)) |
0 commit comments