Skip to content

Commit 7f8460f

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.0...v1.9.0) (2025-11-17) ### Features * fix SQLAlchemy warning from duplicate CasbinRule class names ([#12](#12)) ([6bea106](6bea106))
1 parent 6bea106 commit 7f8460f

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.9.0](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v1.8.0...v1.9.0) (2025-11-17)
4+
5+
6+
### Features
7+
8+
* fix SQLAlchemy warning from duplicate CasbinRule class names ([#12](https://github.com/officialpycasbin/sqlalchemy-adapter/issues/12)) ([6bea106](https://github.com/officialpycasbin/sqlalchemy-adapter/commit/6bea106d7d4e2c0a14f41d555e1402680d4fad9a))
9+
310
# [1.8.0](https://github.com/officialpycasbin/sqlalchemy-adapter/compare/v1.7.0...v1.8.0) (2025-11-16)
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.8.0
2+
version = 1.9.0
33

0 commit comments

Comments
 (0)