Skip to content

0.4.1 - 2025-04-25

Choose a tag to compare

@ncoghlan ncoghlan released this 24 Apr 14:55
· 96 commits to main since this release
82369cd

➡️  PyPI page: venvstacks 0.4.1.

Added

  • Locking layers now emits package summary files for each layer, which should make it easier to see what has changed when locks are updated (suggested in #108).

Changed

  • The exception raised when reporting dynamic library symlink conflicts in a layer now suggests using the dynlib_exclude setting to resolve the conflict (changed in #141).

Fixed

  • The --reset-lock option now propagates to derived layers as intended (reported in #137).