Skip to content

Commit

Permalink
Merge pull request #74 from privacysandbox/release-0.52.0
Browse files Browse the repository at this point in the history
Release 0.52.0
  • Loading branch information
pmeric authored Dec 8, 2023
2 parents d40f213 + 19096a0 commit f2b3f2a
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.52.0 (2023-12-02)


### Features

* add python3.9 dev to bazel-debian

## 0.51.0 (2023-11-30)


Expand Down
2 changes: 1 addition & 1 deletion images/build-debian/install_apps
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function apt_update() {

function install_python() {
DEBIAN_FRONTEND=noninteractive apt-get --quiet install -y --no-install-recommends \
python3.9-venv="3.9.*"
python3.9-venv="3.9.*" python3.9-dev
mkdir -p /opt/bin
update-alternatives \
--force \
Expand Down
2 changes: 1 addition & 1 deletion tests/data/hashes/build-debian
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d1e3d62592bd4f05de6ca85c030578fc10c3430fdbad48a368ddb1e4618374c7
5d35b75b008dc13b64cfdd3e9f49ff8b77a6fb8f7851d653b17c078214299c08
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.51.0
0.52.0

0 comments on commit f2b3f2a

Please sign in to comment.