- Patch version updates to all the used components. Should behave the same as
v0.4.0
. - Builds for all major OS x architecture:
linux
linux-arm
macos
win-msvc
win-gnu
- Update Tera to
v1.2.0
. Tera changelog can be found at: https://github.com/Keats/tera/blob/master/CHANGELOG.md#120-2020-03-29.
- Use Tera stable release
v1.y.z
!
- Fix and return non-zero exit code during error (#6).
-
Drop root key support entirely (#4). Only allow variable file to contain
map[string, value]
at root. The keys of the map now forms the root keys.That is, if env var
MSG
has the value"hello"
, previously the template string to use was{{ c.MSG }}
. Now the template string to use should be{{ MSG }}
.
- Add YAML support to CLI (#3).
- Initial implementation with JSON, TOML and env var support.
- Read all possible values into a default root key
c
.