v1.7.5
What's Changed
-
Support duplicate expansions in the same value by @yobert in #28
Values which expand the same key multiple times (e.g.
key=${a} ${a}
) will no longer fail with acircular reference error
.
Full Changelog: v1.7.4...v1.7.5
Support duplicate expansions in the same value by @yobert in #28
Values which expand the same key multiple times (e.g. key=${a} ${a}
) will no longer fail with a circular reference error
.
Full Changelog: v1.7.4...v1.7.5