Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.1...v0.2.0) (2024-04-11)

### Features

* improve README ([1374ea2](1374ea2))
* Replace Travis CI with GitHub Actions CI and add semantic-release ([#3](#3)) ([37375ba](37375ba))
  • Loading branch information
semantic-release-bot committed Apr 11, 2024
1 parent 1374ea2 commit 71aa159
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "casbin_sqlobject_adapter"
version = "0.1.1"
version = "0.2.0"
authors = [
{name = "TechLee", email = "[email protected]"},
]
Expand Down

0 comments on commit 71aa159

Please sign in to comment.