Skip to content

v1.1

Choose a tag to compare

@github-actions github-actions released this 31 Mar 03:46
· 51 commits to master since this release
v1.1
7464002

Ictruck v1.1 (2025-03-31)

Features

  • Use of install now preserves previously registered module configurations on
    new icecream truck being installed into the Python builtins. This allows
    libraries to register module configurations before applications install an
    icecream truck, thus providing greater flexibility around initialization-time
    and runtime sequencing of operations.

    Note that this is a mildly breaking change in the sense that installation would
    refuse to proceed if a matching name already existed in the builtins
    module.