Releases: DavidCEllis/ducktools-env
Releases · DavidCEllis/ducktools-env
v0.2.8
What's Changed
- Fix an internal bug in _sqlclasses, some cleanup by @DavidCEllis in #34
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- Rename ducktools.pyz to ducktools-env.pyz, improve errors, remove .github folder from sdist. by @DavidCEllis in #33
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- Update dependencies in zipapp bundle
- Convert imports to use the new capture_imports context manager. by @DavidCEllis in #32
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Fix import cycle - test for import cycle in lazy imports by @DavidCEllis in #31
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Fix 'bundle' command broken by the refactor.
- CLI Improvements
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Update LATEST_PIP to 24.3.1 by @DavidCEllis in #27
- Use isfile instead of exists so the script runner does not attempt to run directories. by @DavidCEllis in #28
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Adds the ability to register scripts under alternate names / add a dtrun alias for ducktools-env run by @DavidCEllis in #26
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Add a script register to launch scripts without them needing to be in the current working directory by @DavidCEllis in #25
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Switch to SQLite for the catalogue databases - Improve parallel usage by @DavidCEllis in #23
This release will delete environment folders if it finds a .json
catalogue file. The catalogue is now in a .db
sqlite3 file.
Full Changelog: v0.1.7...v0.2.0
v0.1.7
What's Changed
- Add an entry point so ducktools-env can be used via uvx by @DavidCEllis in #20
Full Changelog: v0.1.6...v0.1.7