Releases: thermondo/django-heroku-connect
Releases · thermondo/django-heroku-connect
4.0.0
3.1.0
What's Changed
- add dependabot settings for pip by @pcrock-thmdo in #139
- Bump pluggy from 1.3.0 to 1.5.0 by @dependabot in #158
- Bump stevedore from 5.1.0 to 5.2.0 by @dependabot in #157
- Bump packaging from 23.1 to 24.1 by @dependabot in #156
- Bump pathspec from 0.11.2 to 0.12.1 by @dependabot in #155
- Bump gitdb from 4.0.10 to 4.0.11 by @dependabot in #154
- Bump idna from 3.4 to 3.7 by @dependabot in #153
- Bump pytz from 2023.3 to 2024.1 by @dependabot in #152
- Bump pycodestyle from 2.9.1 to 2.12.0 by @dependabot in #151
- Bump rich from 13.5.2 to 13.7.1 by @dependabot in #150
- Bump pytest-django from 4.5.2 to 4.8.0 by @dependabot in #149
- Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 by @dependabot in #148
- Bump isort from 5.12.0 to 5.13.2 by @dependabot in #147
- Bump typing-extensions from 4.7.1 to 4.12.2 by @dependabot in #146
- Bump smmap from 5.0.0 to 5.0.1 by @dependabot in #145
- Bump gitpython from 3.1.32 to 3.1.43 by @dependabot in #144
- Bump django-health-check from 3.17.0 to 3.18.3 by @dependabot in #143
- Bump exceptiongroup from 1.1.3 to 1.2.2 by @dependabot in #142
- Bump coverage from 7.3.0 to 7.6.0 by @dependabot in #141
- Bump sphinx from 7.1.2 to 7.3.7 by @dependabot in #178
- Bump django from 4.2.4 to 4.2.14 by @dependabot in #177
- Bump markupsafe from 2.1.3 to 2.1.5 by @dependabot in #176
- Bump filelock from 3.12.2 to 3.15.4 by @dependabot in #175
- Bump setuptools from 68.1.2 to 72.1.0 by @dependabot in #174
- Bump tzdata from 2023.3 to 2024.1 by @dependabot in #173
- Bump charset-normalizer from 3.2.0 to 3.3.2 by @dependabot in #171
- Bump urllib3 from 2.0.4 to 2.2.2 by @dependabot in #169
- Bump pygments from 2.16.1 to 2.18.0 by @dependabot in #168
- Bump distlib from 0.3.7 to 0.3.8 by @dependabot in #166
- Bump requests from 2.31.0 to 2.32.3 by @dependabot in #164
- Bump identify from 2.5.27 to 2.6.0 by @dependabot in #163
- Bump zipp from 3.16.2 to 3.19.2 by @dependabot in #162
- Bump platformdirs from 3.10.0 to 4.2.2 by @dependabot in #161
- Bump django from 4.2.14 to 4.2.15 by @dependabot in #180
- replace linting & formatting with ruff by @syphar in #179
- test more postgres versions, don't test unsupported version by @syphar in #181
- Bump asgiref from 3.7.2 to 3.8.1 by @dependabot in #194
- Bump babel from 2.12.1 to 2.16.0 by @dependabot in #193
- Bump psycopg2-binary from 2.9.7 to 2.9.9 by @dependabot in #192
- Bump pyyaml from 6.0.1 to 6.0.2 by @dependabot in #191
- Bump sqlparse from 0.4.4 to 0.5.1 by @dependabot in #190
- Bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in #189
- Bump zipp from 3.19.2 to 3.20.0 by @dependabot in #188
- Bump django-appconf from 1.0.5 to 1.0.6 by @dependabot in #187
- Bump ruff from 0.5.6 to 0.5.7 by @dependabot in #186
- Bump jinja2 from 3.1.2 to 3.1.4 by @dependabot in #185
- Bump pre-commit from 3.3.3 to 3.5.0 by @dependabot in #184
- Bump coverage from 7.6.0 to 7.6.1 by @dependabot in #183
- Bump importlib-metadata from 6.8.0 to 8.2.0 by @dependabot in #160
- Bump setuptools from 72.1.0 to 72.2.0 by @dependabot in #196
- Bump ruff from 0.5.7 to 0.6.1 by @dependabot in #195
- support django 5.1 by @syphar in #182
Full Changelog: 3.0.0...3.1.0
3.0.0
2.0.0
What's Changed
- BREAKING remove EOL python & django versions from test matrix by @syphar in #129
- testing: make warnings errors, fix some warnings by @syphar in #130
- update docs generation & readthedocs config by @syphar in #131
- Bump actions/checkout from 3 to 4 by @dependabot in #133
- migrate to poetry for package & dependency management by @syphar in #132
Full Changelog: 1.1.1...2.0.0
1.1.1
1.1.0
What's Changed
- add dependabot for GH actions by @syphar in #116
- Bump actions/setup-python from 3 to 4 by @dependabot in #117
- directly use codecov package for coverage upload by @syphar in #118
- fix new bandit warnings by @syphar in #123
- don't report code coverage without token by @syphar in #125
- Switch to datetime by @grant0711 in #124
- add support for Django 4.2 by @syphar in #122
- migrate to codecov action by @syphar in #126
- ci: replace custom pip-cache action with builtin method by @syphar in #127
New Contributors
- @dependabot made their first contribution in #117
- @grant0711 made their first contribution in #124
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- Update Actions to resolve warnings by @pcrock-thmdo in #115
- BREAKING: add support for Django 4.x & python 3.11, drop unsupported django versions by @syphar in #114
Full Changelog: 0.26.0...1.0.0
0.26.0
What's Changed
- add python 3.10 to the test matrix, replace tox with plain GH actions by @syphar in #110
- Make DB port configurable, specify upper bound for Django version by @pcrock-thmdo in #113
- Convert Composed query to str before running raw query by @pcrock-thmdo in #112
New Contributors
- @pcrock-thmdo made their first contribution in #113
Full Changelog: 0.25.0...0.26.0