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
7 changes: 7 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.0.0] - 2026-06-21

### Added

- Added `lib/bash/str/lib_str.sh` with string case, trim, predicate, split,
Expand All @@ -21,6 +23,11 @@ and versions are tracked in the repo-root `VERSION` file.
- Added `std_run_with_timeout` for bounded command execution with macOS/Linux
fallback behavior.

### Fixed

- Made the Tests workflow run on `main` pushes after the default-branch
migration.

## [0.2.1] - 2026-06-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Version | License | Install | Release notes |
| --- | --- | --- | --- |
| `0.2.1` | [Apache-2.0](LICENSE) | `brew install basefoundry/base/base-bash-libs` | [v0.2.1](https://github.com/basefoundry/base-bash-libs/releases/tag/v0.2.1) |
| `1.0.0` | [Apache-2.0](LICENSE) | `brew install basefoundry/base/base-bash-libs` | [v1.0.0](https://github.com/basefoundry/base-bash-libs/releases/tag/v1.0.0) |

Reusable Bash libraries extracted from
[Base](https://github.com/basefoundry/base).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
1.0.0
Loading