Skip to content

Release 2.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 00:46
fc5a68e

Fixed

  • Import-Module Plaster printed Plaster vX.Y.Z module loaded successfully on every import — the message was logged at
    Information level with -InformationAction Continue, so it
    displayed regardless of $env:PLASTER_LOG_LEVEL. Demoted it (and the
    symmetric "module is being removed" message) to Verbose so they are
    silent by default and surface only when PLASTER_LOG_LEVEL=Verbose
    (#470,
    closes #458)