Releases: cordada/fd-django-accounts
Releases · cordada/fd-django-accounts
v0.9.0
What's Changed
- chore(deps): Bump mypy from 1.4.1 to 1.8.0 by @dependabot in #279
- chore: Bump the production-dependencies group with 7 updates by @dependabot in #281
- Change Python project structure from Flat layout to Src layout by @jtrobles-cdd in #284
- chore: Bump the production-dependencies group with 3 updates by @dependabot in #285
- Add Python project configuration by @jtrobles-cdd in #286
- chore(deps): Bump wheel from 0.41.2 to 0.42.0 by @dependabot in #275
- chore: Bump coverage from 7.2.7 to 7.4.1 by @dependabot in #282
- chore: Bump setuptools from 68.0.0 to 69.1.0 by @dependabot in #287
- Release v0.9.0 by @svillegas-cdd in #288
- Deploy release v0.9.0 by @svillegas-cdd in #289
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Add Codecov repository upload token; update Codecov status badge by @jtrobles-cdd in #258
- Add dependency groups to Dependabot configuration by @jtrobles-cdd in #261
- Allow GitHub Actions to pass secrets from CI/CD to CI workflow by @jtrobles-cdd in #264
- chore: Bump the production-dependencies group with 4 updates by @dependabot in #262
- Add missing tests for
commands.createsuperuser
by @svillegas-cdd in #266 - chore(deps): Bump tox from 3.26.0 to 4.11.3 by @dependabot in #263
- chore(deps): Bump wheel from 0.40.0 to 0.41.2 by @dependabot in #253
- chore(deps): Bump psycopg2 from 2.9.3 to 2.9.9 by @dependabot in #267
- Release v0.8.0 by @svillegas-cdd in #268
- Deploy release v0.8.0 by @svillegas-cdd in #269
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Add improved
__repr__()
toUser
model by @jtrobles-cdd in #242 - Fix broken Make task
docker-compose-run-test
by @jtrobles-cdd in #243 - chore: Bump codecov/codecov-action from 3.1.2 to 3.1.4 by @dependabot in #241
- chore: Bump actions/setup-python from 4.5.0 to 4.7.0 by @dependabot in #244
- chore(deps): Bump flake8 from 3.8.4 to 6.0.0 by @dependabot in #231
- chore: Bump actions/checkout from 3.3.0 to 3.5.3 by @dependabot in #240
- chore: Bump actions/dependency-review-action from 3.0.4 to 3.0.6 by @dependabot in #237
- chore(deps): Bump coverage from 7.2.1 to 7.2.7 by @dependabot in #235
- chore(deps): Bump mypy from 1.1.1 to 1.4.1 by @dependabot in #247
- chore(deps): Bump setuptools from 67.6.0 to 68.0.0 by @dependabot in #246
- chore(deps): Bump twine from 4.0.1 to 4.0.2 by @dependabot in #245
- Release v0.7.0 by @fpinto-cdd in #248
- Deploy release v0.7.0 by @fpinto-cdd in #249
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- Add Git commit linter by @svillegas-cdd in #228
- Bump wheel from 0.38.4 to 0.40.0 by @dependabot in #225
- chore(deps): Bump actions/dependency-review-action from 3.0.3 to 3.0.4 by @dependabot in #227
- Add Codecov to CI workflow by @svillegas-cdd in #234
- Release v0.6.1 by @svillegas-cdd in #239
- Deploy release v0.6.1 by @svillegas-cdd in #238
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Drop support for Python 3.7 by @svillegas-cdd in #218
- chore(deps): bump coverage from 7.1.0 to 7.2.1 by @dependabot in #209
- chore(deps): bump setuptools from 67.1.0 to 67.6.0 by @dependabot in #219
- chore: bump actions/cache from 3.2.5 to 3.3.1 by @dependabot in #220
- Release v0.6.0 by @fpinto-cdd in #221
- Deploy release v0.6.0 by @fpinto-cdd in #222
Full Changelog: v0.5.0...v0.6.0
v0.5.0
- (PR #204, 2023-01-26) Add GitHub Dependency Review
- (PR #206, 2023-02-06) chore(deps): bump coverage from 6.4.4 to 7.1.0
- (PR #195, 2023-02-06) chore(deps): bump mypy from 0.971 to 0.991
- (PR #201, 2023-02-06) chore(deps): bump wheel from 0.37.1 to 0.38.4
- (PR #207, 2023-02-06) chore(deps): bump setuptools from 65.3.0 to 67.1.0
- (PR #212, 2023-03-07) Switch CI/CD to GitHub actions
- (PR #215, 2023-03-07) chore(deps): bump mypy from 0.991 to 1.1.1
v0.4.0
v0.3.0
v0.2.0
- (PR #174, 2022-08-19) chore(management): Improve management command
createsuperuser
- (PR #176, 2022-08-29) chore: Add Make tasks for installation
- (PR #138, 2022-08-31) build(deps): bump wheel from 0.36.2 to 0.37.1
- (PR #178, 2022-09-05) Add testing with Docker Compose
- (PR #177, 2022-09-05) build(deps): bump tox from 3.24.5 to 3.25.1
- (PR #179, 2022-09-06) chore: Drop support for Python 3.6
- (PR #167, 2022-09-06) chore(deps): bump coverage from 5.4 to 6.4.4
- (PR #180, 2022-09-06) build(deps): bump mypy from 0.910 to 0.971
- (PR #175, 2022-09-08) chore(deps): bump setuptools from 53.0.0 to 65.3.0
- (PR #182, 2022-09-22) build(deps): bump twine from 3.3.0 to 4.0.1
- (PR #181, 2022-09-22) chore(deps): bump psycopg2 from 2.8.6 to 2.9.3
- (PR #183, 2022-09-22) chore(deps): bump tox from 3.25.1 to 3.26.0
v0.1.4
- (PR #44, 2020-09-16) build(deps): bump codecov from 2.1.7 to 2.1.9
- (PR #42, 2020-09-16) build(deps): bump coverage from 5.2 to 5.3
- (PR #43, 2020-09-17) build(deps): bump psycopg2 from 2.8.5 to 2.8.6
- (PR #45, 2020-09-17) build(deps): bump wheel from 0.34.2 to 0.35.1
- (PR #47, 2020-10-19) build(deps): bump tox from 3.20.0 to 3.20.1
- (PR #46, 2020-10-19) build(deps): bump flake8 from 3.8.3 to 3.8.4
- (PR #48, 2020-10-19) build(deps): bump mypy from 0.782 to 0.790
- (PR #50, 2020-11-12) build(deps): bump codecov from 2.1.9 to 2.1.10
- (PR #49, 2020-11-12) build(deps): bump setuptools from 50.3.0 to 50.3.2
- (PR #53, 2020-12-15) build(deps): bump setuptools from 50.3.2 to 51.0.0
- (PR #54, 2020-12-15) build(deps): bump wheel from 0.35.1 to 0.36.2
- (PR #55, 2020-12-15) Update Python 3.6, 3.7, and 3.8 versions
- (PR #56, 2020-12-15) config: Make CI 'dist' job depend on 'test' jobs
- (PR #58, 2020-12-22) build(deps): bump coverage from 5.3 to 5.3.1
- (PR #61, 2020-12-30) build(deps): bump twine from 3.2.0 to 3.3.0
- (PR #57, 2020-12-30) build(deps): bump codecov from 2.1.10 to 2.1.11
- (PR #73, 2021-02-16) build(deps): bump tox from 3.20.1 to 3.22.0
- (PR #71, 2021-02-16) build(deps): bump setuptools from 51.0.0 to 53.0.0
- (PR #69, 2021-02-16) build(deps): bump mypy from 0.790 to 0.800
- (PR #74, 2021-02-16) build(deps): bump coverage from 5.3.1 to 5.4
- (PR #88, 2021-10-13) build(deps): bump mypy from 0.800 to 0.910
- (PR #119, 2022-03-25) build(deps): bump tox from 3.22.0 to 3.24.5
- (PR #169, 2022-08-18) chore: Change Dependabot schedule interval from
daily
tomonthly
- (PR #172, 2022-08-19) feat(management): Add management command
createsuperuser
- (PR #171, 2022-08-19) chore: Remove dependabot
time
andtimezone
params