Version 0.1.24     09 Nov 2022

	* Final release; code is unmaintained going forward.
	* Refactor the run script and pre-commit hooks to reduce duplication.
	* Rework the GitHub Actions build process to pull out shared code.

Version 0.1.23     04 Sep 2022

	* Remove support for Python 3.7.
	* Upgrade to Poetry v1.2.0 and make related build process changes.
	* Upgrade to Pylint v2.15.0 and make related changes to configuration
	* Fix Pylint's configured class-attribute-naming-style to be snake_case.
	* Add dependency caching to GitHub Actions workflow.
	* Fix the GitHub Actions matrix build to properly target Windows and MacOS.
	* Address annoying PyUnresolvedReferences warnings in PyCharm.

Version 0.1.22     09 Jun 2022

	* Modernize usage of attrs library.

Version 0.1.21     30 Apr 2022

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

Version 0.1.20     14 Nov 2021

	* Minor tweaks to typos in comments.
	* Run test suite with python-testdox for more verbose output.
	* Adjust dependencies and build process to support Python 3.10.

Version 0.1.19     17 Feb 2021

	* Standardize the format of the Apache v2 statement in LICENSE.

Version 0.1.17     07 Feb 2021

	* Publish coverage data to coveralls.io in GitHub workflow.
	* Fix incorrect dependency on safety (should have been dev dependency).

Version 0.1.16     07 Feb 2021

	* Upgrade to cattrs 1.2.0 and handle related behavior changes.
	* Update build process to include security scans using Safety.
	* Make other structural improvements to the build process.

Version 0.1.15     17 Jan 2021

	* Update build system to use poetry.core.
	* Fix the GitHub test suite by adding Python version into cache id.
	* Move to newer versions of various build dependencies (black, isort, etc.).
	* Standardize on UNIX line endings in Git working copy and PyPI package.
	* Make improvements to Read the Docs integration, including a PR merge gate.
	* Clean up badges shown in documentation, so they are links to something sane.
	* Make improvements to the MyPy and Pylint configuration.
	* Move to a new two-step release process based on cedar-backup3.
	* Create a changelog for the first time, along with new release process.
	* Upgrade to latest apologies library (v0.1.29) to stay up-to-date.

