Releases: eduNEXT/eox-audit-model
Releases · eduNEXT/eox-audit-model
v5.1.0
What's Changed
- ci: use specific version in gh-action-pypi-publish action
AP-1514
by @BryanttV in #38 - build: use openedx commitlint workflow
AP-1595
by @BryanttV in #41 - chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 by @dependabot in #40
- chore(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2 by @dependabot in #37
- chore(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 by @dependabot in #42
- perf: sumac release support by @luisfelipec95 in #43
New Contributors
- @dependabot made their first contribution in #40
Full Changelog: v5.0.0...v5.1.0
Release v5.0.0
⚠ BREAKING CHANGES
- Dropped Support for Django 3.2: Removed support for Django 3.2 in this plugin. As a result, we have also dropped support for Open edX releases from Maple up to and including Palm, which rely on Django 3.2. Future versions of this plugin may not be compatible with these Open edX releases.
Release v4.2.0
4.2.0 (2024-06-26)
Features
- Add github action integration by @luisfelipec95 in #30
Performance Improvements
Release v4.0.0
4.0.0 (2024-02-13)
⚠ BREAKING CHANGES
-
add compatibility with quince release
-
perf: update requirements and readme
-
perf: update requirements
-
perf: update requirements
-
perf: update requirements
-
perf: update labeler version
-
fix: update actions/setup-python version
Performance Improvements
Documentation
- bumpversion: v3.1.0 → 4.0.0 (b3fac22)
Release v3.0.0
3.0.0 (2023-12-15)
⚠ BREAKING CHANGES
-
add compatibility with palm release
-
ci: update dependencies of GitHub actions
-
docs: update readme file
-
fix: message_control wasn't being used
-
refactor: allow 120 characters per line when Pylint is executed
-
refactor: fix Pylint warnings
-
chore: update requirements
Performance Improvements
Documentation
Release v2.0.0
Release v1.0.0
1.0.0 (2022-10-03)
⚠ BREAKING CHANGES
- Drop Django 2.2 and python 3.5 compatibilities.
Features
Bug Fixes
- add DEFAULT_AUTO_FIELD for primary keys (139af1f)
Continuous Integration
- add workflow to publish python package (6363938)
Documentation
- uodate README compatibility notes (5a1db6d)
- update readme github actions badges (906faa1)
- bumpversion: v0.7.3 → 1.0.0 (c58ce2c)
Code Refactoring
- remove code used with django-ipwere<3.0 (1d0fb39)
Styles
- pylint: update disable rules and update makefile quality command (1ef60ba)