diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba6dc8..e78418a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and versions are tracked in the repo-root `VERSION` file. ## [Unreleased] +## [1.4.0] - 2026-07-25 + ### Added - Added hierarchical log-category gates and `log_is_enabled`, allowing callers diff --git a/README.md b/README.md index 98e7163..81e0ca7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | Version | License | Install | Release notes | | --- | --- | --- | --- | -| `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) | +| `1.4.0` | [Apache-2.0](LICENSE) | `brew install basefoundry/base/base-bash-libs` | [v1.4.0](https://github.com/basefoundry/base-bash-libs/releases/tag/v1.4.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.3.0 +base_bash_libs_require_version 1.4.0 ``` ## Examples diff --git a/VERSION b/VERSION index f0bb29e..88c5fb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0