Skip to content

v2.0.2

Compare
Choose a tag to compare
@jmgate jmgate released this 27 May 16:17
· 42 commits to master since this release

Chores

  • chore: Update security notice (b101953)

    The Best Practices Badge App suggests we should document what users can
    expect from our project in terms of security.

Code style

  • style: Sort imports (3dd62ec)

    Discovered by ruff:

    staged_script/__init__.py:21:11: RUF022 [*] `__all__` is not sorted
       |
    19 | )
    20 |
    21 | __all__ = [
       | ___________^
    22 | | "StagedScript",
    23 | | "HelpFormatter",
    24 | | "RetryStage",
    25 | | "StageDuration",
    26 | | ]
       | |_^ RUF022
    27 | __version__ = "2.0.0"
       |
       = help: Apply an isort-style sorting to `__all__`
    

Continuous integration

  • ci: Replace deprecated GitHub Action (a300200)

Documentation

  • docs: Switch to project_copyright (43f1d31)

    Using this alias means we're no longer overshadowing the copyright
    built-in, so we can remove the comment to ignore that Ruff linting rule.

Patch

  • patch: Omit auto-updates from CHANGELOG (a61c6ea)

Refactoring

  • refactor: Fix issues from ruff-pre-commit update (ecce915)