From 4bebdf96e8722f763f53abfe68357486b757fbc3 Mon Sep 17 00:00:00 2001 From: Ramesh Padmanabhaiah Date: Thu, 16 Jul 2026 10:55:19 -0700 Subject: [PATCH] Prepare base-bash-libs 1.3.0 release --- CHANGELOG.md | 2 ++ README.md | 4 ++-- VERSION | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b0079..a7cd479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and versions are tracked in the repo-root `VERSION` file. ## [Unreleased] +## [1.3.0] - 2026-07-16 + ### Fixed - Hardened `arg_parse` option specifications against duplicate, empty, and diff --git a/README.md b/README.md index fea60ce..755f751 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | Version | License | Install | Release notes | | --- | --- | --- | --- | -| `1.2.0` | [Apache-2.0](LICENSE) | `brew install basefoundry/base/base-bash-libs` | [v1.2.0](https://github.com/basefoundry/base-bash-libs/releases/tag/v1.2.0) | +| `1.3.0` | [Apache-2.0](LICENSE) | `brew install basefoundry/base/base-bash-libs` | [v1.3.0](https://github.com/basefoundry/base-bash-libs/releases/tag/v1.3.0) | Reusable Bash standard library for reliable shell scripts. @@ -152,7 +152,7 @@ that readonly constant when they need to display the loaded library version. Use `base_bash_libs_require_version` to require a minimum library version: ```bash -base_bash_libs_require_version 1.2.0 +base_bash_libs_require_version 1.3.0 ``` ## Examples diff --git a/VERSION b/VERSION index 26aaba0..f0bb29e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.3.0