Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-06-10)

### Bug Fixes

* adjust test to async ([d981c6f](d981c6f))
* change python version ([8a8bc01](8a8bc01))
* fix semantic version ([64e3e08](64e3e08))
* load_policy first before use ([5a5609c](5a5609c))
* package name ([8f2ee7d](8f2ee7d))
* remove unnecessary to_sync decorator ([ae31ff9](ae31ff9))
* use async version of casbin ([07d66cf](07d66cf))

### Features

* add semantic release ([#2](#2)) ([953692a](953692a))
  • Loading branch information
semantic-release-bot committed Jun 10, 2023
1 parent 953692a commit 86185fa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Semantic Versioning Changelog

# 1.0.0 (2023-06-10)


### Bug Fixes

* adjust test to async ([d981c6f](https://github.com/pycasbin/casbin-databases-adapter/commit/d981c6f5f12404e88fe05903343cab6d33374c31))
* change python version ([8a8bc01](https://github.com/pycasbin/casbin-databases-adapter/commit/8a8bc0130821567901732a0cf88f2d5e5742ea5d))
* fix semantic version ([64e3e08](https://github.com/pycasbin/casbin-databases-adapter/commit/64e3e08cfd064ab12534da0bff2f517818197d0d))
* load_policy first before use ([5a5609c](https://github.com/pycasbin/casbin-databases-adapter/commit/5a5609c6ce54c6b05040ba0cb2f1dd5025431fb2))
* package name ([8f2ee7d](https://github.com/pycasbin/casbin-databases-adapter/commit/8f2ee7d8c3d84379282de1ba099aa49170b48da4))
* remove unnecessary to_sync decorator ([ae31ff9](https://github.com/pycasbin/casbin-databases-adapter/commit/ae31ff9044a4e949fb73f74b14585ef10965beb6))
* use async version of casbin ([07d66cf](https://github.com/pycasbin/casbin-databases-adapter/commit/07d66cf99e850eb6e9c697dc9596159a37130682))


### Features

* add semantic release ([#2](https://github.com/pycasbin/casbin-databases-adapter/issues/2)) ([953692a](https://github.com/pycasbin/casbin-databases-adapter/commit/953692a3ced761a88f9d99d82c169344dc561da3))

0 comments on commit 86185fa

Please sign in to comment.