Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and versions are tracked in the repo-root `VERSION` file.

## [Unreleased]

## [1.2.0] - 2026-07-04

### Added

- Added `lib/bash/gh/lib_gh.sh` with generic GitHub CLI availability,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Version | License | Install | Release notes |
| --- | --- | --- | --- |
| `1.1.0` | [Apache-2.0](LICENSE) | `brew install basefoundry/base/base-bash-libs` | [v1.1.0](https://github.com/basefoundry/base-bash-libs/releases/tag/v1.1.0) |
| `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) |

Reusable Bash standard library for reliable shell scripts.

Expand Down Expand Up @@ -151,7 +151,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.1.0
base_bash_libs_require_version 1.2.0
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
Loading