Skip to content

Latest commit

 

History

History
72 lines (52 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

72 lines (52 loc) · 3.41 KB

Install the latest

To install the latest version of cruft simply run:

pip3 install cruft

OR

poetry add cruft

OR

pipenv install cruft

Changelog

2.4.0 - 18 September 2020

  • Fixed issue #52: Clarify error message when specified commit is missing from repo
  • Fixed issue #55: Add support for ssh connections to template repository
  • Fixed issue #56: Improve error message when providing incorrect credentials

2.3.0 - 16 August 2020

  • Fixed issue #46: Cruft update fails to apply without providing conflits to resolve manually

2.2.0 - 16 August 2020

2.1.0 - 13 August 2020

  • Fixed issue #42: Cruft check fails if the current version of the project is ahead of the cookiecutter

2.0.0 - 12 August 2020

1.4.0 - 11 August 2020

1.3.0 - 9 August 2020

Internal:

  • Refactored api module into a collection of smaller better scoped modules.

1.2.0 - 7 August 2020

1.1.2 - 3 October 2019

  • Fixed Issue #3: Patch failed to apply.
  • Updated to use pathlib.
  • Improved pyproject.toml skip_files, avoiding duplication into .cruft.json file.

1.1.1 - 25 September 2019

  • Added optional support for reading skip options from pyproject.toml.

1.1.0 - 24 September 2019

  • Added link command to link existing repositories to the Cookiecutter template that created them.
  • Added skip option to .cruft.json file allowing template updates to be skipped per a repository.
  • Improved patch applying from template updates.
  • Added an interactive option on the update command to skip an individual update, while marking a repository as up-to-date.

1.0.0 - 23 September 2019

  • Initial API stable release.