* add bin/in-container/build-readme-dot-rst.sh so CI pipelines can build README.txt and README.rst
Changed
* a number of the scripts had python3 -c "import uuid; print(uuid.uuid4().hex)" to generate a 16 digit random string but that requires python3 to be installed on the dev machine so it was replaced with openssl rand -hex 16
Removed
* Nothing
0.6.4
Added
* run-markdownlint.sh now works and is documented
Changed
* pandoc 1.19.2.4 -> 2.9.1.1 * markdown lint [https://github.com/igorshubovych/markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) -> [https://github.com/markdownlint/markdownlint](https://github.com/markdownlint/markdownlint) * build-python-package.sh now does a twine check after building distributions to ensure an upload to pypi will succeed * added --text command line option to build-readme-dot-rst.sh to optionally indicate a README.txt should be created from README.md in addition to README.rst
Removed
* Nothing
0.6.3
Added
* add bin/docker-destructive-cleanup.sh to replace both bin/kill-and-rm-all-docker-containers.sh and bin/rm-dangling-docker-images.sh - motivation was (i) both removed scripts were always run together anyway (ii) the naming scheme didn't scream the destructure nature loudly enough (iii) there were no safeguards to protect users who ran the scripts without understanding their destructure nature * add bin/run-jsonlint.sh and bin/in-container/run-jsonlint.sh
Changed
* Nothing
Removed
* remove bin/kill-and-rm-all-docker-containers.sh and bin/rm-dangling-docker-images.sh - see the notes under "Added" for more details
0.6.2
Added
* add create-dummy-docker-container.sh to bin/in-container and ensure create-dummy-docker-container.sh is always the same as the version in bin
Changed
* Nothing
Removed
* Nothing
0.6.1
Added
* Nothing
Changed
* fixed upload-dist-to-pypi.sh after upgrade to Python 3.7