Skip to content

Releases: pronovic/apologies

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

Release v0.1.45

15 Oct 16:50
Compare
Choose a tag to compare

Changes

  • Upgrade major dependencies
  • Upgrade build process to Poetry v1.6.1
  • Add support for Python v3.12 and drop support for v3.8

Release v0.1.44

07 Jun 23:08
Compare
Choose a tag to compare

Changes

  • Fix checktabs to be safe for file named '-'
  • Upgrade to Poetry v1.5.1 and update other dependencies

Release v0.1.43

26 Feb 08:39
Compare
Choose a tag to compare

Changes

  • Upgrade all dependencies to the latest major version
  • Drop support for Python 3.7; many dependencies are now doing the same
  • Pull Sphinx fields from metadata rather than parsing pyproject.toml

Release v0.1.42

30 Dec 20:09
Compare
Choose a tag to compare

Changes

  • Convert to latest readthedocs.io standard

Release v0.1.41

30 Dec 08:39
Compare
Choose a tag to compare

Changes

  • Bump up to final v3 version of shared workflows
  • Add new hidden 'run dch' command to generate new Changelog entry
  • Add NOTICE file to sdist, alongside existing LICENSE file

Release v0.1.40

30 Dec 07:35
Compare
Choose a tag to compare

Changes

  • Adjust GHA build to run MacOS and Windows tests only on latest Python
  • Automate the existing manual release process using GitHub Actions
  • Pull in updates from run-sync-framework to reflect new process