Changelog

Unreleased

No changes yet.

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

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 STDERR instead of STDOUT.

v0.4

Released on 2018-07-01

  • Improved --help message 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.