Skip to content

Commit ba5e41d

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2024-03-28) ### Features * DeclarativeBase import fails with SQLAlchemy 1.x ([#66](#66)) ([8b03bab](8b03bab))
1 parent 8b03bab commit ba5e41d

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+
# [1.1.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v1.0.0...v1.1.0) (2024-03-28)
4+
5+
6+
### Features
7+
8+
* DeclarativeBase import fails with SQLAlchemy 1.x ([#66](https://github.com/pycasbin/sqlalchemy-adapter/issues/66)) ([8b03bab](https://github.com/pycasbin/sqlalchemy-adapter/commit/8b03bab47f227e4fd16ac8f3694a8d3dbb60a17e))
9+
310
# [1.0.0](https://github.com/pycasbin/sqlalchemy-adapter/compare/v0.7.0...v1.0.0) (2024-03-28)
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 = 1.0.0
2+
version = 1.1.0
33

0 commit comments

Comments
 (0)