chore(release): 0.2.0 [skip ci] # [0.2.0](https://github.com/pycasbin/sqlobject-adapter/compare/v0.1.1...v0.2.0) (2024-04-11) ### Features * improve README ([1374ea2](https://github.com/pycasbin/sqlobject-adapter/commit/1374ea215680afb4f083801f06bcbb5ac0f8a5da)) * Replace Travis CI with GitHub Actions CI and add semantic-release ([#3](https://github.com/pycasbin/sqlobject-adapter/issues/3)) ([37375ba](https://github.com/pycasbin/sqlobject-adapter/commit/37375ba3b95cc462a45b85019f117f8660be1de8))
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..67e6afb --- /dev/null +++ b/CHANGELOG.md
@@ -0,0 +1,9 @@ +# Semantic Versioning Changelog + +# [0.2.0](https://github.com/pycasbin/sqlobject-adapter/compare/v0.1.1...v0.2.0) (2024-04-11) + + +### Features + +* improve README ([1374ea2](https://github.com/pycasbin/sqlobject-adapter/commit/1374ea215680afb4f083801f06bcbb5ac0f8a5da)) +* Replace Travis CI with GitHub Actions CI and add semantic-release ([#3](https://github.com/pycasbin/sqlobject-adapter/issues/3)) ([37375ba](https://github.com/pycasbin/sqlobject-adapter/commit/37375ba3b95cc462a45b85019f117f8660be1de8))
diff --git a/pyproject.toml b/pyproject.toml index a5bee7e..6460d24 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -1,6 +1,6 @@ [project] name = "casbin_sqlobject_adapter" -version = "0.1.1" +version = "0.2.0" authors = [ {name = "TechLee", email = "techlee@qq.com"}, ]