Skip to content

Commit 60cc233

Browse files
committed
release
1 parent 3260f60 commit 60cc233

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
## 0.5.0
44

5-
- Add support for database-independent migrations via ``migrations/config.py``
6-
backend adapters (sync or async).
7-
- ``run_migrations`` now delegates SQL execution and version bookkeeping to the
8-
adapter when present.
9-
- Remove dependency on ``fastcore`` for the CLI (stdlib ``argparse``).
10-
- Make APSW/APSWUtils functionality optional at import time (only required for
11-
sqlite-specific helpers).
5+
## Enhancements
6+
7+
- Add support for database-independent migrations via ``migrations/config.py`` backend adapters (sync or async).
8+
- ``run_migrations`` now delegates SQL execution and version bookkeeping to the adapter when present.
9+
1210

1311
## 0.4.1
1412

0 commit comments

Comments
 (0)