Skip to content

Releases: pronovic/apologies

Release v0.4.2

Choose a tag to compare

@github-actions github-actions released this 24 Sep 17:50

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

Choose a tag to compare

@github-actions github-actions released this 23 Sep 02:09

Changes

  • Fixes and improvements to badges and metadata after testing

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 01:55

Changes

  • Pull in latest version of run-script-framework
  • Exclude generated files in docs/_build from the Python sdist
  • Migrate from Poetry to UV for the Python build system

Release v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 00:33

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 clean target to clean up generated data
  • Move unit tests from tests into src/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

Choose a tag to compare

@github-actions github-actions released this 08 Jan 21:08

Changes

  • Adjust pyproject.toml comments to fix build pip build at readthedocs

Release v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 20:37

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

⚠️ Note: The migration from pendulum to arrow is a breaking change that may be backwards-incompatible for some clients. See PR #63 for more details.

Release v0.1.56

Choose a tag to compare

@github-actions github-actions released this 02 Jan 01:22

Changes

  • Pull in latest version of run-script-framework
  • Fix some leftover references to the master branch

Release v0.1.55

Choose a tag to compare

@github-actions github-actions released this 01 Jan 18:26

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

Choose a tag to compare

@github-actions github-actions released this 17 Dec 23:17

Changes

  • Upgrade to gha-shared-workflows@v7 with publish improvements

Release v0.1.50

Choose a tag to compare

@github-actions github-actions released this 15 Oct 17:01

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