Bug Fixes
- **ci**: Fix release should use python-semantic-release/publish-action
([183](https://github.com/crccheck/django-object-actions/pull/183),
[`ce75176`](https://github.com/crccheck/django-object-actions/commit/ce75176329fda9e9776a77525bf98d55c0a4150f))
Unable to resolve action `python-semantic-release/upload-to-gh-release9.21.0`, unable to find
version `9.21.0`
It is now named `python-semantic-release/publish-action`
- **ci**: Fix renamed branch s/master/main
([184](https://github.com/crccheck/django-object-actions/pull/184),
[`6e1a451`](https://github.com/crccheck/django-object-actions/commit/6e1a451cbf4e5818c10d637856884b1c88b4c4f3))
- **ci**: Typo in publish-action tag
([185](https://github.com/crccheck/django-object-actions/pull/185),
[`0228a99`](https://github.com/crccheck/django-object-actions/commit/0228a996dfaaa8bf56276f76e8cd8af5ce387272))
Chores
- Add Ruff and use it for lint checks
([175](https://github.com/crccheck/django-object-actions/pull/175),
[`8478467`](https://github.com/crccheck/django-object-actions/commit/847846774442f20ac4ffc68f7f1f53707f53b209))
- Drop long-unsupported py3.7 py3.8 django versions
([179](https://github.com/crccheck/django-object-actions/pull/179),
[`988ce82`](https://github.com/crccheck/django-object-actions/commit/988ce82b39e92fa282ac0201cd105093b2d11289))
Python 3.7 hasn't been supported in ages, and it's causing errors on CI actions so let's just drop
it.
It appears that [dropping Python 3.7 is desired
anyway](https://github.com/crccheck/django-object-actions/blob/master/CHANGELOG.md#v430-2024-09-10)!
- Run tests for Django 5.1 on tested Python versions
([178](https://github.com/crccheck/django-object-actions/pull/178),
[`6e92eb7`](https://github.com/crccheck/django-object-actions/commit/6e92eb739969c63b0a4bcd1e7f134f14a8517d1f))
- Switch from Poetry to vanilla Pip
([180](https://github.com/crccheck/django-object-actions/pull/180),
[`080ee8c`](https://github.com/crccheck/django-object-actions/commit/080ee8c88e19282bbf147a8a4a4c6091374150a0))
Updating the project to match my current style and to reduce dependencies.
- **ci**: Add Django 5.2 to test matrix
([182](https://github.com/crccheck/django-object-actions/pull/182),
[`a89ca4f`](https://github.com/crccheck/django-object-actions/commit/a89ca4f207cd668c21834f3370bb62e87fe65195))
No code changes needed for Django 5.2 support