From f8c5289cd0f28366a9cbe6aed82468de04019314 Mon Sep 17 00:00:00 2001 From: Privacy Sandbox Team Date: Thu, 22 Feb 2024 17:56:18 +0000 Subject: [PATCH] Release 0.55.1 (2024-02-22) ### Bug Fixes * Do not invoke normalize-bazel-symlinks for cbuild --cmd Bug: N/A Change-Id: If233b1bbbc12cda44a1ea8bd5acd7e483097ecf2 GitOrigin-RevId: e820e02d19f35864cc4530302ad856791e8052e5 --- CHANGELOG.md | 7 +++++++ tools/cbuild | 2 +- version.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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