v2.0.0a0
Pre-releaseThis is Release v2.0.0a0, released on 2024-02-02
This release focuses on the modernization of the project's state:
- Meta-files are updated and concatenated to
pyproject.toml
, - Dropping internals needed to support archaic versions,
- As well as supporting Python 3.12
While this is a major version bump, it should be a safe update.
Additionally:
-
One bug was uncovered and fixed (#29).
-
In non-functional changes, starting from this release @dependabot was taken into use.
You can find approximately the updates that were taken into a release by visiting
https://github.com/pylint-dev/pylint-pytest/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3AdependenciesAlternatively, using the terminal, you can run
git log --oneline --author=dependabot
, optionally appending<revision-range>
(in this case,v1.1.7...v2.0.0a0
)For the v2 release, I am testing appending the updates to the milestone itself (https://github.com/pylint-dev/pylint-pytest/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3Adependencies+milestone%3A%22Release+v2%22)
What's Changed
- Migrate setup.py to pyproject.toml by @Pierre-Sassoulas in #8
- rework dev dependencies management by @anis-campos in #28
- fix fixture checker by @anis-campos in #29
- define dev dependencies in the requirement file only by @anis-campos in #39
- Minor CI + License updates by @stdedos in 29f0c33, e0e529a, 8f56d1c
Full Changelog: