Skip to content

Commit 71aa159

Browse files
chore(release): 0.2.0 [skip ci]
# [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))
1 parent 1374ea2 commit 71aa159

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Semantic Versioning Changelog
2+
3+
# [0.2.0](https://github.com/pycasbin/sqlobject-adapter/compare/v0.1.1...v0.2.0) (2024-04-11)
4+
5+
6+
### Features
7+
8+
* improve README ([1374ea2](https://github.com/pycasbin/sqlobject-adapter/commit/1374ea215680afb4f083801f06bcbb5ac0f8a5da))
9+
* 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))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "casbin_sqlobject_adapter"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = [
55
{name = "TechLee", email = "[email protected]"},
66
]

0 commit comments

Comments
 (0)