|
1 | 1 | # History
|
2 | 2 |
|
| 3 | +## 0.32.0 (2024-08-28) |
| 4 | + |
| 5 | +- (PR #660, 2024-08-23) chore: Bump setuptools from 65.5.1 to 70.3.0 |
| 6 | +- (PR #672, 2024-08-23) chore: Bump django from 4.2.14 to 4.2.15 |
| 7 | +- (PR #676, 2024-08-23) chore(deps): Update `pip` from 23.3 to 24.2 |
| 8 | +- (PR #677, 2024-08-23) chore(deps): Update `wheel` from ≤0.43.0 to 0.44.0 |
| 9 | +- (PR #675, 2024-08-23) Replace Setuptools Configuration with Python Project Configuration |
| 10 | +- (PR #670, 2024-08-23) chore: Bump jsonschema from 4.22.0 to 4.23.0 |
| 11 | +- (PR #678, 2024-08-23) chore: Bump the development-dependencies group across 1 directory with 7 updates |
| 12 | +- (PR #679, 2024-08-23) chore: Bump the production-dependencies group across 1 directory with 2 updates |
| 13 | +- (PR #680, 2024-08-23) Test coverage broken by migration from `setup.py` to `pyproject.toml` |
| 14 | +- (PR #668, 2024-08-23) chore: Bump pyopenssl from 24.1.0 to 24.2.1 |
| 15 | +- (PR #673, 2024-08-23) chore(deps): Bump importlib-metadata from 7.1.0 to 8.4.0 |
| 16 | +- (PR #681, 2024-08-28) Move Flake8 configuration from `setup.cfg` to its own file |
| 17 | +- (PR #682, 2024-08-28) Move Coverage.py configuration from `setup.cfg` to its own file |
| 18 | +- (PR #683, 2024-08-28) Replace `setup.py sdist` and `bdist_wheel` with `build` |
| 19 | +- (PR #684, 2024-08-28) When running `twine check`, fail on warnings |
| 20 | + |
3 | 21 | ## 0.31.0 (2024-07-17)
|
4 | 22 |
|
5 | 23 | - (PR #661, 2024-07-17) extras: Add `RutFilter` for Django views and DRF views
|
|
0 commit comments