Version 0.1.41     30 Dec 2022

	* 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.

Version 0.1.40     30 Dec 2022

	* 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.

Version 0.1.39     24 Oct 2022

	* Pull in updates from run-sync-framework.

Version 0.1.38     23 Oct 2022

	* 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.37     03 Sep 2022

	* 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.
	* 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.
	* Make improvements to the curses-based demo and test it in the tox suite.
	* Address annoying PyUnresolvedReferences warnings in PyCharm.

Version 0.1.36     08 Jun 2022

	* Modernize usage of attrs library.

Version 0.1.35     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.34     14 Nov 2021

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

Version 0.1.33     17 Feb 2021

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

Version 0.1.31     07 Feb 2021

	* Publish coverage data to coveralls.io in GitHub workflow.

Version 0.1.30     07 Feb 2021

	* Update build process to include security scans using Safety.
	* Make other structural improvements to the build process.

Version 0.1.29     17 Jan 2021

	* Fix typo in DEVELOPER.md, submitted by @billykern.
	* Improve and cleanup the Windows and PyCharm build process.
	* Update build system to use poetry.core, submitted by @Spectre5.
	* Fix the GitHub test suite by adding Python version into cache id.
	* Update isort to use the new black profile, submitted by @Spectre5.
	* Move to newer versions of various build dependencies (black, Sphinx, 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.

