ci: Configure trusted publishing in pypi (8e3c00b)
ci: bump the github-actions group with 3 updates (#831) (bf96143)
ci: add grouped github-actions section to dependabot config (#794) (3eb15c4)
Documentation
docs: Remove duplicate note in configuration.rst (#807) (fb6f243)
Fix
fix(util): properly parse windows line-endings in commit messages
Due to windows line-endings \r\n, it would improperly split the commit
description (it failed to split at all) and cause detection of Breaking changes
to fail. The breaking changes regular expression looks to the start of the line
for the proper syntax.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on python-semantic-release to permit the latest version.
Release notes
Sourced from python-semantic-release's releases.
Changelog
Sourced from python-semantic-release's changelog.
... (truncated)
Commits
c90b2f5
9.0.3f95be0c
style: beautify 8b742d3db6652981a7b5f773a74b0534edc1fc158b742d3
perf(algorithm): refactor bfs search to use queue rather than recursion02df305
fix(algorithm): correct bfs to not abort on previously visited node2c8a36e
test(algorithm): add bfs unit test on fake git history613d240
chore: modernize ruff configuration to work with ruff >= 0.2460c73b
9.0.2c777bb2
style: beautify 70193ba117c1a6d3690aed685fee8a734ba174e570193ba
fix(util): properly parse windows line-endings in commit messagesc57b082
test(util): add windows line-endings possibilities for commit parsingDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show