Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@jmgate jmgate released this 14 Jan 15:24
· 14 commits to master since this release

Chores

  • chore(deps): Bump the github-actions-dependencies group with 4 updates (d01c0f2)

    Bumps the github-actions-dependencies group with 4 updates: step-security/harden-runner, github/codeql-action, actions/upload-artifact and python-semantic-release/python-semantic-release.

    Updates step-security/harden-runner from 2.10.2 to 2.10.3

    Updates github/codeql-action from 3.28.0 to 3.28.1

    Updates actions/upload-artifact from 4.5.0 to 4.6.0

    Updates python-semantic-release/python-semantic-release from 9.15.2 to 9.16.1


    updated-dependencies:

    • dependency-name: step-security/harden-runner
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    • dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    • dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    • dependency-name: python-semantic-release/python-semantic-release
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
      ...

    Signed-off-by: dependabot[bot] [email protected]

  • chore(deps): Bump the github-actions-dependencies group with 3 updates (a741d05)

    Bumps the github-actions-dependencies group with 3 updates: github/codeql-action, codecov/codecov-action and actions/upload-artifact.

    Updates github/codeql-action from 3.27.9 to 3.28.0

    Updates codecov/codecov-action from 5.1.1 to 5.1.2

    Updates actions/upload-artifact from 4.4.3 to 4.5.0


    updated-dependencies:

    • dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    • dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    • dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
      ...

    Signed-off-by: dependabot[bot] [email protected]

  • chore(deps): Bump the github-actions-dependencies group with 2 updates (1bd8ed3)

    Bumps the github-actions-dependencies group with 2 updates: github/codeql-action and python-semantic-release/python-semantic-release.

    Updates github/codeql-action from 3.27.6 to 3.27.9

    Updates python-semantic-release/python-semantic-release from 9.15.1 to 9.15.2


    updated-dependencies:

    • dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    • dependency-name: python-semantic-release/python-semantic-release
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
      ...

    Signed-off-by: dependabot[bot] [email protected]

  • chore(deps): Bump the github-actions-dependencies group with 4 updates (40bbae7)

    Bumps the github-actions-dependencies group with 4 updates: github/codeql-action, codecov/codecov-action, python-semantic-release/python-semantic-release and pypa/gh-action-pypi-publish.

    Updates github/codeql-action from 3.27.5 to 3.27.6

    Updates codecov/codecov-action from 5.0.7 to 5.1.1

    Updates python-semantic-release/python-semantic-release from 9.15.0 to 9.15.1

    Updates pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3


    updated-dependencies:

    • dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    • dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    • dependency-name: python-semantic-release/python-semantic-release
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    • dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
      ...

    Signed-off-by: dependabot[bot] [email protected]

  • chore(deps): Bump python-semantic-release/python-semantic-release (5c005ea)

    Bumps the github-actions-dependencies group with 1 update: python-semantic-release/python-semantic-release.

    Updates python-semantic-release/python-semantic-release from 9.14.0 to 9.15.0


    updated-dependencies:

    • dependency-name: python-semantic-release/python-semantic-release
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
      ...

    Signed-off-by: dependabot[bot] [email protected]

Continuous integration

Refactoring

  • refactor!: Rename trace module (105318d)

    Ruff A005 detected that the trace module was shadowing a built-in. We
    should've noticed this years ago. This commit renames it and the
    classes therein so there's no confusion between what's provided by
    shell-logger vs the standard library. It also improves the parity
    between this module and stats_collectors, which improves readability
    and eases maintainability.

    Note that this is a (rather unfortunate) breaking change.

  • refactor: Fix issue from ruff-pre-commit update (bd514f1)