Skip to content

Releases: a8m/envsubst

v1.4.3

26 Feb 19:44
@a8m a8m
2aa6422

Choose a tag to compare

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

11 Feb 13:05
@a8m a8m
9df41d1

Choose a tag to compare

.github: change release workflow output (#47)

* Change release workflow output

Changing the file structure of release assets to adhere to previous format

* upgrade go-release-action

* fix windows asset name

* fix windows binary name

v1.4.1

08 Feb 20:57
@a8m a8m
97345a5

Choose a tag to compare

parse: proper single char variable detection (#45)

Fixes #43, regression from #42

v1.2.0

20 Jun 09:22
@a8m a8m
16035fe

Choose a tag to compare

cmd/envsubst

Add the --fail-fast option.

parse

Add the Mode option.

v1.1.0: Merge pull request #14 from a8m/feat/escape

18 Sep 09:31
@a8m a8m
41dec24

Choose a tag to compare

Add support for escaping expressions #13, #14

v1.0.0

06 Aug 10:24
@a8m a8m
4e0f64a

Choose a tag to compare

[issue #9] moving restriction validation to VariableNode fixes issue …