Releases: CleitonDeLima/django-login-required-middleware
Releases · CleitonDeLima/django-login-required-middleware
Release list
0.9.0
What's Changed
- Redirect to full path (including the query string) by @madtools in #78
- Change tests suite by @CleitonDeLima in #89
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #90
- Bump pytest from 7.0.1 to 7.1.3 by @dependabot in #88
- Bump pytest-mock from 3.6.1 to 3.8.2 by @dependabot in #83
- Bump actions/setup-python from 2 to 4 by @dependabot in #91
- Bump actions/checkout from 2 to 3 by @dependabot in #92
- Bump pytest-django from 4.4.0 to 4.5.2 by @dependabot in #63
- Bump coverage from 6.0.1 to 6.4.4 by @dependabot in #86
- Fix test to match name definition by @triat in #64
- Fix tests by @CleitonDeLima in #93
New Contributors
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
- Bump coverage from 5.5 to 6.0 by @dependabot in #54
- Bump pytest-cov from 2.12.1 to 3.0.0 by @dependabot in #55
- Bump coverage from 6.0 to 6.0.1 by @dependabot in #56
- Add Django 4 and Python 3.10 to tox and CI by @CleitonDeLima in #57
- Bump pytest from 6.2.5 to 7.0.1 by @dependabot in #69
- Add LOGIN_REQUIRED_REDIRECT_FIELD_NAME for specifying next redirect_f… by @rrauenza in #74
New Contributors
Full Changelog: v0.7.1...0.8.0
0.7.1
0.7.0
Added
- Created deploy workflow in GitHub actions
0.6.6
Changed
- Created a new CI in GitHub actions
0.6.5
Changed
- Update CHANGELOG.md for tests