diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd8020..36788bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 0.55.1 (2024-02-22) + + +### Bug Fixes + +* Do not invoke normalize-bazel-symlinks for cbuild --cmd + ## 0.55.0 (2024-02-22) diff --git a/tools/cbuild b/tools/cbuild index d9d0503..c40a3ae 100755 --- a/tools/cbuild +++ b/tools/cbuild @@ -248,5 +248,5 @@ else docker run \ ${DOCKER_RUN_ARGS[@]} \ "${IMAGE_TAGGED}" \ - --login -c "'${TOOLS_RELDIR}'/normalize-bazel-symlinks; ${CMD}" + --login -c "${CMD}" fi diff --git a/version.txt b/version.txt index 2b045fa..b9daa0c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.55.0 \ No newline at end of file +0.55.1 \ No newline at end of file