chore(release): 0.3.2 [skip ci] ## [0.3.2](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.3.1...v0.3.2) (2021-07-18) ### Bug Fixes * migrate from travis-ci to Github Actions ([60b3253](https://github.com/pycasbin/sqlalchemy-adapter/commit/60b3253cfadc63aa82aa346a29e7cb51cda3a405)) * possibly wrong behavior for remove_policies ([#40](https://github.com/pycasbin/sqlalchemy-adapter/issues/40)) ([1449199](https://github.com/pycasbin/sqlalchemy-adapter/commit/14491999a8c1239d2ee8d3e2a40257e654856431))
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7528770 --- /dev/null +++ b/CHANGELOG.md
@@ -0,0 +1,9 @@ +# Semantic Versioning Changelog + +## [0.3.2](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.3.1...v0.3.2) (2021-07-18) + + +### Bug Fixes + +* migrate from travis-ci to Github Actions ([60b3253](https://github.com/pycasbin/sqlalchemy-adapter/commit/60b3253cfadc63aa82aa346a29e7cb51cda3a405)) +* possibly wrong behavior for remove_policies ([#40](https://github.com/pycasbin/sqlalchemy-adapter/issues/40)) ([1449199](https://github.com/pycasbin/sqlalchemy-adapter/commit/14491999a8c1239d2ee8d3e2a40257e654856431))
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..1fa19ca --- /dev/null +++ b/setup.cfg
@@ -0,0 +1,3 @@ +[metadata] +version = 0.3.2 +