1.0.0rc25
Pre-release
Pre-release
1.0.0rc25 (2023-07-31)
Improvements
- Remove
pytest-tempdir
package dependency (#154) - Stop using deprecated
@pytest.mark.trylast
(#155) - Simplify and reduce the amount of patching required to unit test loader modules (#156)
Trivial/Internal Changes
- Some internal processes improvements: (#151)
- Publish packages to PyPi with trusted publishers
- Enable dependabot to update the GH Actions versions on a weekly basis
- Start using actionlint and shellcheck to validate GH Actions workflows (#153)
- Improve code coverage by either removing code not getting used anymore or marking sections of the code which are not expected to be covered (#157)