v4.2.0
v4.2.0 (2023-09-08)
Chore
- chore(deps): refresh dev dependencies (#158)
Also moves Coverage config to pyproject.toml
to eliminate another top
level project file (7d439b6
)
-
chore(ci): add Django 4.2 to the build matrix (#154) (
e73b4d0
) -
chore: fix formatting in example app (#155)
Ran black on to comply with format from 23.x version (9bd288f
)
- chore(ci): remove deprecated set-output syntax (#146)
fixes deprecation warnings in CI:
> The set-output
command is deprecated and will be disabled soon.
Please upgrade to using Environment Files. For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ (3e42b3b
)
- chore(ci): upgrade python-semantic-release (#145)
Hopefully this fixes the broken GitHub Action too
https://github.com/crccheck/django-object-actions/actions/runs/3464471740
error: No module named 'packaging'
python-semantic-release/python-semantic-release#489
Documentation
- docs: update README style (#157)
To reduce future diffs from autoformat (f92464e
)
Feature
- feat: test release for new python-semantic-release process (#159)
Just upgrading to stay current. Need to use "feat" to trigger a release.
Docs:
https://python-semantic-release.readthedocs.io/en/latest/migrating_from_v7.html
Fix
-
fix(ci): maybe this will fix Semantic Release (#161) (
1595348
) -
fix(ci): update [tool.semantic_release] names (#160)
I missed some updated config changes
https://python-semantic-release.readthedocs.io/en/latest/migrating_from_v7.html#version-toml
https://python-semantic-release.readthedocs.io/en/latest/configuration.html#config-version-variables (70d2c81
)