* Specify build system in `pyproject.toml` * Don't install tests
1.12.2
Bug Fixes
* Fix the missing packages due to invalid pyproject.toml config
1.12.1
Internal Changes
* Modernize the project with following changes: * pyproject.toml instead of setup.py * Use ruff for linting and formatting * Update GH actions to use uv and tox * Use GH actions to release a new version
1.11.1
Bug Fixes
* Fix the escape sequence warning.
1.11.0
Improvements
* When an empty `\d` is invoked the list of tables are returned instead of an error. * Show SQLite version at startup.
Bug Fixes
* Support a single item in the startup commands in the config. (bug 176)