Added
- A [probot](https://github.com/probot/settings) config file _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- [Commitizen](https://github.com/commitizen-tools/commitizen) config
- A Vagrant stub file _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- A feature comparison table _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Colors to the CLI
- Slack notifications and `actions-options.json`
Changed
- Template params now start with `$${` to avoid conflicts _―[dmyersturnbull](https://github.com/dmyersturnbull)_
Removed
- Install dev extras in tox; they're installed in poetry _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- The deprecated `--latest` flag
Fixed
- Improved the new-project guide _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- A few misc bugs _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Dockerfile labels and lint passing
- Verbose and dry-run options
[0.8.x] - 2021-01-08
Added
- A `--track` flag in `tyrannosaurus new` (to simplify the readme’s example) _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Some currently unused items in [tool.tyrannosaurus.sources] _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Integration with [Safety](https://github.com/pyupio/safety) _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- A `--tyranno` flag to new (deprecates `--newest`, which is now hidden) _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- `--version` and `--info` options (exit immediately) _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Support for GitHub packages (technically should trigger a minor version bump) _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Stub and shields for scrutinizer _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Source license headers _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Link to license in default readme _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Real conda-forge recipe and shield for it _―[dmyersturnbull](https://github.com/dmyersturnbull)_
Changed
- Moved build to Python 3.9 (internal only) _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Bumped and simplified a few dependencies _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Moved pre-commit run commands in tox to after poetry install, so versions are enforced _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Replaced flake8-bandit with `bandit -r .` call (the former is abandoned) _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Made compatible with GitHub’s [master branch renaming](https://github.com/github/renaming) _―[dmyersturnbull](https://github.com/dmyersturnbull)_
(Because this external change broke backwards compatibility for newly generated projects,
I consider this a fix, which won’t trigger a minor version bump)
Deprecated
- `--newest` flag
Removed
- isort, which conflicted with black anyway _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- trailing-whitespace hook, which was unnecessary due to black and prettifier, _―[dmyersturnbull](https://github.com/dmyersturnbull)_
and which incorrectly modified markdown files
Fixed
- Cleaned up code _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Bad editorconfig settings for yaml and json _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Improved readme and docs _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Wrote better descriptions and names of workflows _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Missing 'feature' and 'security' labels in pull request templates _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Added `.mypy_cache` to the trash list _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- `ccybync` instead of `ccbync` _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Incorrectly recognized license files _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Added `.git` to `.dockerignore`, and `*.tgz` and `!.npmignore` to `.gitignore` _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- Generated recipes, including Poetry, Python version, and URLs _―[dmyersturnbull](https://github.com/dmyersturnbull)_
- `tyrannosaurus recipe` won’t fail on a non-empty directory _―[dmyersturnbull](https://github.com/dmyersturnbull)_