Skip to content

Commit

Permalink
Merge pull request #111 from privacysandbox/release-0.77.0
Browse files Browse the repository at this point in the history
Release 0.77.0
  • Loading branch information
pmeric authored Jan 13, 2025
2 parents dae6759 + 925a69b commit bf14632
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
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.77.0 (2025-01-13)


### Features

* Add environment variables specified by the environment variable BUILDER_CUSTOM_ENV_VARS in builder.sh

## 0.76.0 (2024-12-16)


Expand Down
1 change: 1 addition & 0 deletions tools/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ function builder::cbuild_al() {
shift
local -r cbuild="$(builder::get_tools_dir)"/cbuild
declare -a env_vars
IFS=':' read -r -a env_vars <<< "${BUILDER_CUSTOM_ENV_VARS}"
builder::add_aws_env_vars env_vars
declare env_args
for evar in "${env_vars[@]}"; do
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.76.0
0.77.0

0 comments on commit bf14632

Please sign in to comment.