Releases: richbl/a-bash-template
Releases · richbl/a-bash-template
Stable version release update
What's Changed
Full Changelog: 1.1.0...1.1.1
Note that the bash-lib sub-module does not get included in the Github-provided release archives, so a separate full archive (a-bash-template-1.1.1.tar.gz) is provided.
Stable version release
What's Changed
- Updated per idiomatic bash scripting patterns by @richbl in #2
- Revved bash-lib submodule to most release library release
Note that no binaries are included in this release. This is a set of Bash script files (*.sh).
Full Changelog: 0.3.0...1.1.0
Code Cleanup and Move to Bash-Lib Submodule
- Minor code cleanup using
shellcheck
linter - Moved to the
bash-lib
submodule library to make it easier to keep consistent with library updates/fixes
Refactor Cleanup
Cleaned up/removed some unused variables from prior to the refactor
Initial Release
Works happy path, but likely has some bugs (somewhere, maybe).