What's Changed * Switch to SQLite for the catalogue databases - Improve parallel usage by DavidCEllis in https://github.com/DavidCEllis/ducktools-env/pull/23
This release will delete environment folders if it finds a `.json` catalogue file. The catalogue is now in a `.db` sqlite3 file.
* Use `pip` to download the vendor packages when bundling instead of `uv` * UV will refuse if it doesn't find a VENV and won't install to a target folder * This isn't installing into a system env, but into a separate folder so it shouldn't really refuse
0.1.5
* Fix incorrect attribute use from lazy importer causing bundle creation to fail
0.1.4
* Ensure outdated cached versions of ducktools-env are not included in zipapp bundles.
0.1.3
What's Changed * Add support for UV downloading appropriate python versions if not provided by DavidCEllis in https://github.com/DavidCEllis/ducktools-env/pull/18 * Tests and bug fixes by DavidCEllis in https://github.com/DavidCEllis/ducktools-env/pull/19