v0.24.1
v0.24.1 (2024-01-30)
Chore
- chore: github-actions: Bump actions/setup-python from 4 to 5 (#338)
Bumps actions/setup-python
from 4 to 5.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (7c31a65
)
- chore: pip: Bump gitpython from 3.1.35 to 3.1.37 (#315)
Bumps gitpython
from 3.1.35 to 3.1.37.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Caleb Tonn <[email protected]>
Co-authored-by: Tyler D <[email protected]> (a2e4c94
)
- chore: pip: Bump urllib3 from 2.0.4 to 2.0.7 (#327)
Bumps urllib3 from 2.0.4 to 2.0.7.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler D <[email protected]> (df04309
)
Fix
- fix: Fix semantic-release config (#402)
secureli-250
Instead of completing the work that was originally planned for #250
(appending -A
to our release version), we've opted to not do that but
in the process of investigating I found that there was a minor typo in
the pyproject.toml
file that was preventing some of the options from
getting picked up correctly.
Testing
- No new tests were added, but I performed manual testing with a local
invocation ofpre-commit version
. (db10ee7
)