Skip to content

Releases: pronovic/cedar-backup3

Release v3.7.3

30 Dec 20:08
Compare
Choose a tag to compare

Changes

  • Convert to latest readthedocs.io standard
  • Update remaining docs, comments, and checks to reflect dropping Python 3.7
  • Automate the existing manual release process using GitHub Actions

Release v3.7.2

30 Dec 15:47
Compare
Choose a tag to compare

Changes

  • More improvements to metadata for the Debian CI test process

Release v3.7.1

30 Dec 15:47
Compare
Choose a tag to compare

Changes

  • Improvements to metadata to better support the Debian build process

Release v3.7.0

30 Dec 15:46
Compare
Choose a tag to compare

Changes

  • Drop support for Python 3.7
  • Rename CREDITS -> NOTICE for consistency with my other Python projects
  • Migrate release.py and various help output to use importlib.metadata
  • Convert to standard version of .run/tasks/release.sh used elsewhere

Release v3.6.9

09 Nov 17:20
Compare
Choose a tag to compare

Changes

  • Support Python 3.11.
  • Use locale.getlocale() instead of .getdefaultlocale() for Python >= 3.11.
  • Adjust GHA build to run MacOS and Windows tests only on latest Python.

Release v3.6.8

09 Nov 17:20
Compare
Choose a tag to compare

Changes

  • Remove execute bit from amazons3.py and span.py for Debian policy.

Release v3.6.7

24 Oct 08:05
Compare
Choose a tag to compare

Changes

  • Refactor the run script and pre-commit hooks to reduce duplication.
  • Rework the GitHub Actions build process to pull out shared code.

Release v3.6.6

06 Sep 01:33
Compare
Choose a tag to compare

Changes

  • Upgrade to Poetry v1.2.0 and make related build process changes
  • Upgrade to Pylint v2.15.0 and address warnings
  • Fix Pylint's configured class-attribute-naming-style to be snake_case
  • Adjust Black configuration to target Python 3.7, 3.8, 3.9, and 3.10
  • Add dependency caching to GitHub Actions workflow
  • Fix the GitHub Actions matrix build to properly target Windows and MacOS
  • Fix problems with test suite under Windows when running in GitHub Actions
  • Update various dependencies for the developer environment

Release v3.6.5

06 Sep 01:33
Compare
Choose a tag to compare

Changes

  • Adjust the pyproject.toml include directive to limit what goes into wheel
  • Remove the Safety scanner from the pre-commit hooks and GitHub action

Release v3.6.4

06 Sep 01:33
Compare
Choose a tag to compare

Changes

  • Adjust dependencies and build process to support Python 3.10