We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3260f60 commit 60cc233Copy full SHA for 60cc233
1 file changed
CHANGELOG.md
@@ -2,13 +2,11 @@
2
3
## 0.5.0
4
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).
+## Enhancements
+
+- Add support for database-independent migrations via ``migrations/config.py`` backend adapters (sync or async).
+- ``run_migrations`` now delegates SQL execution and version bookkeeping to the adapter when present.
12
13
## 0.4.1
14
0 commit comments