Skip to content

Releases: DavidCEllis/ducktools-env

v0.2.8

05 Dec 14:11
fba9870
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

21 Nov 15:43
67616a2
Compare
Choose a tag to compare

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

13 Nov 16:04
a708649
Compare
Choose a tag to compare

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

02 Nov 11:56
c1d69ca
Compare
Choose a tag to compare

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

31 Oct 11:18
9719574
Compare
Choose a tag to compare

What's Changed

  • Fix 'bundle' command broken by the refactor.
  • CLI Improvements

Full Changelog: v0.2.3...v0.2.4

v0.2.3

30 Oct 14:18
aea6e44
Compare
Choose a tag to compare

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

24 Oct 14:13
e43e0e2
Compare
Choose a tag to compare

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

23 Oct 16:08
Compare
Choose a tag to compare

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

22 Oct 15:34
70ab091
Compare
Choose a tag to compare

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

03 Oct 16:44
3e0104b
Compare
Choose a tag to compare

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