Releases: pronovic/apologies
Releases · pronovic/apologies
Release list
Release v0.4.2
Changes
- Generate the sdist with a fixed version
- Add support for Python v3.14 and drop support for v3.10
- Document how to change the interpreter version with
$UV_PYTHON
Release v0.4.1
Changes
- Fixes and improvements to badges and metadata after testing
Release v0.4.0
Changes
- Pull in latest version of run-script-framework
- Exclude generated files in
docs/_buildfrom the Python sdist - Migrate from Poetry to UV for the Python build system
Release v0.3.0
Changes
- Add information about the Python runtime to suite output
- Add a new 'suite -f' command to run faster subset of the suite
- Upgrade to poetry-dynamic-versioning v1.9.1 for minor fixes
- Add .python-version in preferred order to support pyenv
- Add Sphinx configuration path to .readthedocs.yml
- Migrate to Read the Docs integration via the new GitHub App
- Version profiles_settings.xml to control PyCharm inspection profile
- Adjust GHA build process to allow builds for stacked PRs
- Add a new
run cleantarget to clean up generated data - Move unit tests from
testsintosrc/tests/apologies - Update the MyPy configuration so we're using latest rules
- Replace black, isort, and pylint with the Ruff formatter and linter
- Address Ruff linter warnings and modernize the code to 2025 standards
- Remove importlib-metadata dependency in favor of standard library
- Update all dependencies and outdated constraints
Release v0.2.1
Changes
- Adjust pyproject.toml comments to fix build pip build at readthedocs
Release v0.2.0
Changes
- Migrate to Poetry v2 and project-managed Poetry plugins
- Move configuration into pyproject.toml for pytest, mypy & coverage
- Upgrade to gha-shared-workflows@v8 for Poetry v2 support
- Migrate from pendulum to arrow for dates (interface change)
- Update all dependencies and outdated constraints
Release v0.1.56
Changes
- Pull in latest version of run-script-framework
- Fix some leftover references to the master branch
Release v0.1.55
Changes
- Add GitHub security policy in SECURITY.md
- Pull in latest version of run-script-framework
- Update dependencies to address Dependabot warnings
- Rename pytest.ini to .pytest.ini for a cleaner repo listing
- Change the default branch in GitHub from master to main
Release v0.1.54
Changes
- Upgrade to gha-shared-workflows@v7 with publish improvements
Release v0.1.50
Changes
- Simplify GHA integration with coveralls.io
- Pull in latest updates from run-script-framework
- Update transitive dependencies to address Dependabot warnings
- Add support for Python v3.13 and drop support for v3.9
- Upgrade to Poetry v1.8.4 for official Python 3.13 support