Skip to content

Releases: richbl/a-bash-template

Project Minor Release

09 Jun 04:05
c210341

Choose a tag to compare

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.sh included in this project runs 33 tests against the bash-lib library
  • Updated to the latest release (1.1.0) of the bash-lib library 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

20 Jan 02:03
30e6672

Choose a tag to compare

What's Changed

  • Rev to latest bash-lib sub-module by @richbl in #3

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

13 Dec 22:09
6f68b02

Choose a tag to compare

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

17 Jan 05:38
9ca6fb6

Choose a tag to compare

  • 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

13 Apr 14:46

Choose a tag to compare

Refactor Cleanup Pre-release
Pre-release

Cleaned up/removed some unused variables from prior to the refactor

Initial Release

13 Apr 02:52

Choose a tag to compare

Initial Release Pre-release
Pre-release

Works happy path, but likely has some bugs (somewhere, maybe).