Changelog¶
Unreleased¶
No changes yet.
v0.10¶
Released on 2024-08-14
Switched to GitHub Actions from Travis CI
Switched to rye from pipenv
Switched to ruff from flake8
Switched to renovate from depandabot
Update Read The Docs config
v0.9¶
Released on 2019-02-21
Enabled Loop Controls and Expression Statement extensions.
Added documentation with ReadTheDocs integration and a manpage. This includes a fix for #8.
Added changelog with old releases.
Include auxilliary files in the source distribution generated by setuptools.
Reformatted README.
v0.8¶
Released on 2018-10-27
Added support for Python 3.5.
Added link to Jinja2 template designer documentation in
--helpoutput thanks to @loudambiance.Changed a decent amount of building code with help from @mre.
Added CI with travis-ci.
Use Pipfile instead of requirements.txt for the development environment.
Fixed
-voption in Docker image.
v0.7¶
Released on 2018-07-17
Instead of simply updating only the top level dict we now merge dictionaries on all levels.
Added support for lists and scalar values a root level of data sources.
Added automated builds for Dockerhub
v0.6.2¶
Released on 2018-07-16
First release to PyPI.
v0.6.1¶
Released on 2018-07-16
Fix release target in Makefile.
v0.6¶
Released on 2018-07-16
Generated version numbers now adhere to PEP 440.
v0.5¶
Released on 2018-07-12
Added new CLI end-to-end test suit.
Improved Docker image.
Printing usage and help texts to
STDERRinstead ofSTDOUT.
v0.4¶
Released on 2018-07-01
Improved
--helpmessage with option explanations.Added usage text to README.
v0.3¶
Released on 2018-07-01
Use a multistage Dockerfile.
v0.2¶
Released on 2018-06-29
Add Dockerfile together with Docker hub integration.
Forcefully end every render in a newline. Previously newlines at the end were dropped by Jinja.
Fixed installation not working.
v0.1¶
Released on 2018-06-29
Initial commit & release.