Skip to content

Commit

Permalink
Merge pull request #55 from privacysandbox/release-0.38.1
Browse files Browse the repository at this point in the history
Release 0.38.1
  • Loading branch information
pmeric authored Aug 2, 2023
2 parents 41edbd6 + bdbaca9 commit 52ebd33
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.38.1 (2023-08-02)


### Bug Fixes

* Ensure python3.9 is found first in PATH

## 0.38.0 (2023-07-28)


Expand Down
2 changes: 1 addition & 1 deletion images/build-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ RUN \
/scripts/install_golang_apps && \
rm -rf /scripts

ENV PATH="${PATH}:/usr/local/go/bin:/opt/bin" \
ENV PATH="/opt/bin:${PATH}:/usr/local/go/bin" \
PYTHON_BIN_PATH="/opt/bin/python3" \
PYTHON_LIB_PATH="/usr/lib/python3.9"
2 changes: 1 addition & 1 deletion tests/data/hashes/build-debian
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0788a9b89262141cb0c31e5b66eaeaaf4d2efeec07cd4393fef866071ab46055
3b3e119eb8bbd7cb4fc6fb0faad435d9d3e19ab1b3b5e163587c33038e8ec6ad
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.38.0
0.38.1

0 comments on commit 52ebd33

Please sign in to comment.