-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a710a65
commit c782f29
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
CHANGES | ||
======= | ||
|
||
0.2 | ||
--- | ||
2019-10-22 | ||
|
||
New features: | ||
|
||
* Add RenderedTemplateFileHash strategy (#7). | ||
Contributed by Jonathan Piron. | ||
* Raise an error when the cookiecutter context file is not generated (#9) | ||
* Add support for extra_context to cli (like in `cookiecutter` command) (#10) | ||
* Add jinja2 support to strategies mapping (#13) | ||
* Add automation via Python + built-in support for Git-based projects | ||
and GitLab (#11) | ||
|
||
Behaviour changes: | ||
|
||
* Strategies: detect newline type from the target file and preserve it (#12) | ||
|
||
Packaging changes: | ||
|
||
* Add ``jinja2`` requirement (#13) | ||
* Add ``setuptools`` requirement (for ``pkg_resources`` package) (#11) | ||
* Add ``[gitlab]`` extras for installing ``python-gitlab`` (#11) | ||
* Add support for Python 3.8 | ||
|
||
|
||
0.1 | ||
--- | ||
2019-07-27 | ||
|
||
Initial public release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters