Skip to content

Commit 0288a55

Browse files
chore(release): 1.13.0 [skip ci]
# [1.13.0](v1.12.0...v1.13.0) (2025-09-17) ### Features * fix code formatting errors and migrate metadata from setup.py to pyproject.toml ([#13](#13)) ([95204bf](95204bf)) * improve code format for black ([#12](#12)) ([8e2a827](8e2a827))
1 parent 95204bf commit 0288a55

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
# [1.13.0](https://github.com/officialpycasbin/async-sqlalchemy-adapter/compare/v1.12.0...v1.13.0) (2025-09-17)
4+
5+
6+
### Features
7+
8+
* fix code formatting errors and migrate metadata from setup.py to pyproject.toml ([#13](https://github.com/officialpycasbin/async-sqlalchemy-adapter/issues/13)) ([95204bf](https://github.com/officialpycasbin/async-sqlalchemy-adapter/commit/95204bfa0b70e8934b4f2cb55ab2e9c2924bd13d))
9+
* improve code format for black ([#12](https://github.com/officialpycasbin/async-sqlalchemy-adapter/issues/12)) ([8e2a827](https://github.com/officialpycasbin/async-sqlalchemy-adapter/commit/8e2a827741a36c9c3db38cb936668d4fead8d33b))
10+
311
# [1.12.0](https://github.com/officialpycasbin/async-sqlalchemy-adapter/compare/v1.11.0...v1.12.0) (2025-09-17)
412

513

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_async_sqlalchemy_adapter"
3-
version = "1.12.0"
3+
version = "1.13.0"
44
authors = [
55
{name = "Casbin", email = "admin@casbin.org"}
66
]

0 commit comments

Comments
 (0)