Skip to content

Commit d6bc9f6

Browse files
chore(release): 0.6.0 [skip ci]
# [0.6.0](v0.5.3...v0.6.0) (2024-03-01) ### Features * replace declarative_base -> DeclarativeBase for sqlalchemy 2.0 migration ([#65](#65)) ([a737cd8](a737cd8))
1 parent a737cd8 commit d6bc9f6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Semantic Versioning Changelog
22

3+
# [0.6.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.5.3...v0.6.0) (2024-03-01)
4+
5+
6+
### Features
7+
8+
* replace declarative_base -> DeclarativeBase for sqlalchemy 2.0 migration ([#65](https://github.com/pycasbin/sqlalchemy-adapter/issues/65)) ([a737cd8](https://github.com/pycasbin/sqlalchemy-adapter/commit/a737cd8b1ec0bd47125aa986920f5704b076a84d))
9+
310
## [0.5.3](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.5.2...v0.5.3) (2024-03-01)
411

512

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[metadata]
2-
version = 0.5.3
2+
version = 0.6.0
33

0 commit comments

Comments
 (0)