Releases: pronovic/cedar-backup3
Releases · pronovic/cedar-backup3
Release v3.6.3
Changes
- Improve logged output for failed pre/post action hooks
Release v3.6.2
Changes
- Standardize format of GPL license statement in CREDITS
Release v3.6.1
Changes
- Make minor structural improvements to the build process
- Publish coverage data to coveralls.io in GitHub workflow
Release v3.6.0
Changes
- Always use '/' internally for paths, even on the Windows platform
- Change the way archive filenames are generated to eliminate leading '-' characters
- Use UTF-8 encoding for log files on disk to avoid problems with unusual filenames
- Update build process to include security scans using Safety
Release v3.5.4
Changes
- Fix a couple of links in docs/index.rst (cut-and-paste error)
Release v3.5.3
Changes
- Move to newer build dependencies (Black, isort, etc.)
- Make adjustments to code formatting to match new Black version
- Force docs/requirements.txt to have UNIX line endings
- Convert to PEP 440 convention for Git tags (i.e. "v3.5.3")
- Standardize and improve badges in markdown, so they are all links
- Simplify pylint configuration and use "-j 0" to speed it up
Release v3.5.2
Changes
- Improve debug output for pre/post action hooks
Release v3.5.1
Changes
- Adjust .gitattributes to force UNIX line endings, for compatibility
Release v3.5.0
Changes
- Changes to support the Windows platform, for the first time since 3.0.1
- Minor tweaks to the codebase to make the PyCharm code inspector happy
Release v3.4.1
Changes
- Fix Python dependencies to work with Python 3.9.1 and not just 3.9.0