Releases: richbl/a-bash-template
Releases · richbl/a-bash-template
Project Minor Release
Minor release of the a-bash-template project
- This release includes a new test runner to serve as a template for testing application functionality. The
bash_lib_test_runner.shincluded in this project runs 33 tests against thebash-liblibrary - Updated to the latest release (1.1.0) of the
bash-liblibrary project - Replaced the GNU v3 license with the MIT license
Enjoy!
What's Changed
- feat(app): ✨ Added test runner for testing bash-lib librarie… by @richbl in #5
- Create LICENSE by @richbl in #6
- docs(app): 📝 Updated README to reflect move from GNU v3 license … by @richbl in #7
- refactor(libs): ⚡ Update bash-lib submodule to latest library rel… by @richbl in #8
- refactor(app): 🎨 Update to README and references to MIT license (… by @richbl in #9
Full Changelog: 1.1.1...1.2.0
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
shellchecklinter - Moved to the
bash-libsubmodule 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).