Skip to content

Releases: richbl/bash-lib

Project Minor Release

09 Jun 03:58
bfc1f67
Compare
Choose a tag to compare

Minor release of the bash-lib project

  • This release provides an updated set of ARG and GENERAL library functions with better performance (particularly when using the jq program to parse the JSON file)
  • Added version numbers to the library files: easier to track as this project is typically used as a submodule of other BaT projects
  • Replaced the GNU v3 license with the MIT license

Enjoy!

What's Changed

  • refactor(app): 🎨 Update README; minor code cleanup; added version… by @richbl in #7

Full Changelog: 1.2.0...1.1.0

Stable version release update

19 Jan 04:23
5ecefd2
Compare
Choose a tag to compare

What's Changed

  • Fix to scan_for_args() and EXEC_DIR config by @richbl in #2

Full Changelog: 1.0.0...1.0.1

Stable version release

13 Dec 19:11
47d1436
Compare
Choose a tag to compare

Release Rationale

While this lib is really intended to be used as a Git submodule for other projects, I'm creating this release to set a project tag for any future revision releases.

Note that no binaries are included in this release. This is a library of Bash script files (*.sh).

What's Changed

  • Performance/compliance improvements by @richbl in #1

Full Changelog: https://github.com/richbl/bash-lib/commits/1.0.0