Skip to content

v30.0.0

Choose a tag to compare

@Byron Byron released this 12 Jun 06:45
· 11 commits to main since this release
85003b1

Breaking change: the default feature progress-tree-log was removed. Those in need of
progress-by-logging will have to add the feature themselves.

Documentation

  • Update project URL and add security policy
    • Update the project URL in Cargo.toml, as well as a badge URL in
      the readme, to point to GitoxideLabs/prodash, since the repo
      was moved (though the old URL will still work as a redirect).
  • Add a SECURITY.md file with the same wording as in gitoxide
    and cargo-smart-release, with a hyperlink to draft a prodash
    advisory.

Other

  • bump actions/checkout in the github-actions group
    Bumps the github-actions group with 1 update: actions/checkout.

    Updates actions/checkout from 1 to 4


    updated-dependencies:

    • dependency-name: actions/checkout
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
      ...

Commit Statistics

  • 15 commits contributed to the release.
  • 59 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #39 from elijah629/patch-1 (427f168)
    • Bump major version and write changelog to document breaking change. (1bea21c)
    • Progress-tree-log should not be default (8e5986d)
    • Merge pull request #38 from atouchet/badge (5f2c06d)
    • Fix CI badge (3f0cce7)
    • Merge pull request #37 from EliahKagan/doc (0a272f0)
    • Update project URL and add security policy (f59460e)
    • Merge pull request #36 from EliahKagan/run-ci/workflow-permissions (cff2029)
    • Set explicit contents: read permissions in CI workflow (0ad0fa2)
    • Merge pull request #35 from Byron/dependabot/github_actions/github-actions-8a9da2b879 (6c8261a)
    • Bump actions/checkout in the github-actions group (25f8851)
    • Merge pull request #34 from EliahKagan/run-ci/gha (3b4998b)
    • Keep action versions up to date with Dependabot (12addb4)
    • Make CI easier to run in forks (fc6cce5)
    • Use more consistent indentation in CI workflow (db0f01e)