v30.0.0
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 toGitoxideLabs/prodash, since the repo
was moved (though the old URL will still work as a redirect).
- Update the project URL in
- Add a
SECURITY.mdfile with the same wording as ingitoxide
andcargo-smart-release, with a hyperlink to draft aprodash
advisory.
Other
-
bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: actions/checkout.Updates
actions/checkoutfrom 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
...
- dependency-name: actions/checkout
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: readpermissions 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)