Round up the version number to celebrate the addition of [Rich](https://github.com/Textualize/rich) in order to format things nicely... and probably leave them as they are forever at this point. 😉
* cef0af9 docs: Add screenshots for light and dark themes, showcasing new outputs
* 6411ec8 Fix a couple of pylint warnings, add pylint to requirements-dev.txt
* 70210e5 Use Rich pretty-printing everywhere instead of click.secho
* 4f8d8d3 Update package dependencies to work with Python 3.10
* 2efec76 readme: link to existing screenshots to whet the appetite
* 994407f commands: update all outputs to use images
* daa444b docs: add section 'Viewing the documentation locally'
* 58c7303 Add Dockerfile
* 4e36474 [pre-commit.ci] pre-commit autoupdate
* f5dc1db [pre-commit.ci] pre-commit autoupdate
* 244b4b3 (tag: v0.12.1) cli: fix `generate-sample` when invalid config exists
* 9bac28f [pre-commit.ci] pre-commit autoupdate
* 54f812b Revert "Update ReadTheDocs Python version to 3.9"
* 513af99 Update ReadTheDocs Python version to 3.9
* 507c42a cleanup: Add blank lines, sort requirements alphabetically
* 29d86a4 Add .pre-commit-config.yaml
* cef0af9 (HEAD -> main, origin/main, origin/HEAD) docs: Add screenshots for light and dark themes, showcasing new outputs
* 6411ec8 Fix a couple of pylint warnings, add pylint to requirements-dev.txt
* 6411ec8 Fix a couple of pylint warnings, add pylint to requirements-dev.txt
* 70210e5 Use Rich pretty-printing everywhere instead of click.secho
* 4f8d8d3 Update package dependencies to work with Python 3.10
* 2efec76 readme: link to existing screenshots to whet the appetite
* 994407f commands: update all outputs to use images
* daa444b docs: add section 'Viewing the documentation locally'
* 58c7303 Add Dockerfile
* 4e36474 [pre-commit.ci] pre-commit autoupdate
* f5dc1db [pre-commit.ci] pre-commit autoupdate
* 244b4b3 (tag: v0.12.1) cli: fix `generate-sample` when invalid config exists
* 9bac28f [pre-commit.ci] pre-commit autoupdate
* 54f812b Revert "Update ReadTheDocs Python version to 3.9"
* 513af99 Update ReadTheDocs Python version to 3.9
* 507c42a cleanup: Add blank lines, sort requirements alphabetically
* 29d86a4 Add .pre-commit-config.yaml
* 558c6f8 Revert "dependencies: Use pipenv and document it"
* 3194ab2 docs: Set toctree maxdepth to 2 for commands and 3 for developers
* 143a0df dependencies: Use pipenv and document it
* 1613451 api: return plot image as string when called from api
* 5df86ac commands(helpers): Add function to fetch template as JSON from an API
* 7d278d2 gitignore: Ignore local tmux config
* 39ca3bc Add -v as a shorthand to --version flag
* e72a767 (tag: v0.12.0) Enforce correct type for `--config` and `--json` options
* 17f3437 Implement `--json` option to pass config as JSON string