Changelog

v1.1.0 (2024-01-30)

Chore

  • chore(deps): update actions/checkout action to v4 (#25)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> (474696d)

Documentation

  • docs: fix CI badge and link to online docs (#29) (3156977)

Feature

  • feat: abort earlier on errors (#31)

This change does a few things:

  • raises exceptions immediately after an error is encountered

  • swaps out older linters for ruff

  • fixes some stability and performance issues raised from the new linter (68b7030)

v1.0.1 (2024-01-29)

Fix

  • fix: duplicate blocks in the same file causes errors (#28)

When an encrypted block is present more than one time in a file it causes errors since the first replacement replaces both instances and the second then fails. (21b8543)

v1.0.0 (2024-01-29)

Breaking