Skip to content

Support for Older Bash Versions (3.2, 4.4, etc) - v0.4.0

Compare
Choose a tag to compare
@TekWizely TekWizely released this 11 Nov 23:25
· 25 commits to main since this release
437cc96

Bash-TPL

A Smart, Lightweight shell script templating engine, written in Bash.

Release - v0.4.0

  • Adds support for Bash versions 3.2+

Thanks to @flaix for pointing out that I inadvertently broke support for older bash versions by using constructs that were only available in newer versions.

I re-worked the code the also ran the existing BATS tests against multiple Bash versions: 3.2, 4.4, 5.0, and 5.1

Commit Log (since previous release)

ef3b2ab feat: Re-worked to support Bash v3.2 and v4.4 (#7)
232a28d docs: Firm up README
6261feb docs: Feature callouts, Similar Tools

Full Changelog: v0.3.0...v0.4.0