Skip to content

Latest commit

 

History

History
320 lines (210 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

320 lines (210 loc) · 13.6 KB

Changelog

Adheres to Semantic Versioning and Keep a Changelog.

[0.11.0] - unreleased

Added

Changed

  • Workflows, including when they run and which platforms in matrix dmyersturnbull
  • Moved to Grayskull to v1 (1.4) dmyersturnbull
  • Bumped CI and dev deps dmyersturnbull
  • readthedocs, Docker, GitHub workflows, and Travis now use Python 3.10 dmyersturnbull
  • Bumped some versions dmyersturnbull
  • Improved editorconfig, dockerignore, and gitignore dmyersturnbull
  • Dockerfile no long has an explicit Poetry version
  • .editorconfig now trims Markdown lines; use \\ instead.

Removed

  • Running Tyrannosaurus from Python 3.7 or 3.8
  • Markdown link check in checks.yml workflow (commented); it fails too often (e.g. 403s) dmyersturnbull
  • NO_DEV argument in Dockerfile dmyersturnbull
  • Slack integration dmyersturnbull

Fixed

[0.10.0] - 2021-05-08

Changed

  • Made files like CITATION.cff require a --extras flag dmyersturnbull

Fixed

[0.9.x] - 2021-03-14

Added

Changed

Removed

Fixed

  • Added missing settings.yml file dmyersturnbull
  • Codemeta and citation.cff synced when missing if listed in [tyrannosaurus.targets] dmyersturnbull

[0.9.0] - 2021-01-31

Added

Changed

  • Template params now start with $${ to avoid conflicts dmyersturnbull

Removed

  • Install dev extras in tox; they're installed in poetry dmyersturnbull
  • The deprecated --latest flag

Fixed

[0.8.x] - 2021-01-08

Added

Changed

  • Moved build to Python 3.9 (internal only) dmyersturnbull
  • Bumped and simplified a few dependencies dmyersturnbull
  • Moved pre-commit run commands in tox to after poetry install, so versions are enforced dmyersturnbull
  • Replaced flake8-bandit with bandit -r . call (the former is abandoned) dmyersturnbull
  • Made compatible with GitHub’s master branch renaming (Because this external change broke backwards compatibility for newly generated projects, I consider this a fix, which won’t trigger a minor version bump) dmyersturnbull

Deprecated

  • --newest flag

Removed

  • isort, which conflicted with black anyway dmyersturnbull
  • trailing-whitespace hook, which was unnecessary due to black and prettifier, and which incorrectly modified markdown files dmyersturnbull

Fixed

[0.8.0] - 2020-08-28

Changed

Fixed

[0.7.0] - 2020-08-26

Removed

Fixed

[0.6.0] - 2020-08-05

Added

Changed

  • Removed poetry lock from tox and added it to tyrannosaurus sync. dmyersturnbull
  • Removed tests from the release workflow. dmyersturnbull
  • Moved coveralls command from tox to the GitHub commit workflow. dmyersturnbull
  • Bumped versions of pre-commit and poetry. dmyersturnbull

Fixed

  • tomlkit needs to be 0.5.x (< 6) for Poetry compatibility. dmyersturnbull

[0.5.x] - 2020-05-15

Changed

  • Reorganized documentation files and added a little. dmyersturnbull

Removed

Fixed

[0.5.0] - 2020-05-11

Added

Changed

  • The way authors, maintainers, and contributors are listed dmyersturnbull

Fixed

[0.4.x] - 2020-05-09

Fixed

[0.4.0] - 2020-05-09

Added

Changed

Removed

Fixed

[0.3.0] - 2020-05-08

Added

[0.2.0] - 2020-05-08

Added

Fixed

[0.1.0] - 2020-05-05

Added

[0.0.x] - 2020-05-05

Added

Changed

Removed

Fixed

[0.0.1] - 2020-04-02

Added