Support for Older Bash Versions (3.2, 4.4, etc) - v0.4.0 #8
TekWizely
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bash-TPL
A Smart, Lightweight shell script templating engine, written in Bash.
Release - v0.4.0
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
, and5.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
This discussion was created from the release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions