- Support `hidden` option for templates listed in `cookiecutter.json`. ericof [93](https://github.com/plone/cookieplone/issues/93)
0.9.5
Bug fixes:
- Honor COOKIEPLONE_REPOSITORY_TAG environment variable on cookieplone initialization. ericof [89](https://github.com/plone/cookieplone/issues/89) - Display a friendly message if a template is not registered with cookiecutter.json ericof [90](https://github.com/plone/cookieplone/issues/90)
0.9.4
New features:
- Refactor template list handling to use the template path information available at cookiecutter.json ericof [87](https://github.com/plone/cookieplone/issues/87)
Internal:
- Fix `make release` to also create the tag during the release process ericof