Releases: pronovic/cedar-backup3
Releases · pronovic/cedar-backup3
Release v3.7.3
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
Changes
- More improvements to metadata for the Debian CI test process
Release v3.7.1
Changes
- Improvements to metadata to better support the Debian build process
Release v3.7.0
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
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
Changes
- Remove execute bit from amazons3.py and span.py for Debian policy.
Release v3.6.7
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
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
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
Changes
- Adjust dependencies and build process to support Python 3.10