Skip to content

Releases: pronovic/apologies

Release v0.2.1

08 Jan 21:08
Compare
Choose a tag to compare

Changes

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

Release v0.2.0

08 Jan 20:37
Compare
Choose a tag to compare

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

02 Jan 01:22
Compare
Choose a tag to compare

Changes

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

Release v0.1.55

01 Jan 18:26
Compare
Choose a tag to compare

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

17 Dec 23:17
Compare
Choose a tag to compare

Changes

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

Release v0.1.50

15 Oct 17:01
Compare
Choose a tag to compare

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

Release v0.1.49

18 Mar 03:55
Compare
Choose a tag to compare

Changes

  • Updates to GHA workflows

Release v0.1.48

26 Feb 02:43
Compare
Choose a tag to compare

Changes

  • Minor improvements to unit tests based on code review
  • Upgrade to Poetry v1.8.0 and make related adjustments
  • Disable Python keyring via poetry.toml
  • Update Poetry install instructions in DEVELOPER.md
  • Pull in latest version of run-script-framework
  • Upgrade to gha-shared-workflows@v4 with new Poetry setup
  • Add support for 'run outdated' and update dependencies

Release v0.1.47

17 Jan 20:59
Compare
Choose a tag to compare

Changes

Release v0.1.46

05 Nov 14:54
Compare
Choose a tag to compare

Changes

  • Update urllib3 to address Dependabot warnings
  • Upgrade to Poetry v1.7.0 for official Python 3.12 support