Skip to content

Commit

Permalink
Merge pull request #78 from privacysandbox/release-0.55.1
Browse files Browse the repository at this point in the history
Release 0.55.1
  • Loading branch information
pmeric authored Feb 22, 2024
2 parents 7ca4125 + f8c5289 commit c178e0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion tools/cbuild
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,5 @@ else
docker run \
${DOCKER_RUN_ARGS[@]} \
"${IMAGE_TAGGED}" \
--login -c "'${TOOLS_RELDIR}'/normalize-bazel-symlinks; ${CMD}"
--login -c "${CMD}"
fi
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.55.0
0.55.1

0 comments on commit c178e0f

Please sign in to comment.