Skip to content

Commit

Permalink
Merge pull request #98 from privacysandbox/release-0.68.1
Browse files Browse the repository at this point in the history
Release 0.68.1
  • Loading branch information
KevinBNaughton authored Aug 21, 2024
2 parents cec127f + 0aef557 commit 1baacfb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.68.1 (2024-08-21)

### Bug Fixes

* Fix load bazel_tools import for Python deps

## 0.68.0 (2024-08-21)


Expand Down
3 changes: 2 additions & 1 deletion bazel/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

"""Load definitions for use in WORKSPACE files."""

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "maybe")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")

def python_deps():
"""Load rules_python. Use python_register_toolchains to also resgister container-based python toolchain."""
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.68.0
0.68.1

0 comments on commit 1baacfb

Please sign in to comment.