Skip to content

Releases: google/private-compute-libraries

v0.1.1-20230112

12 Jan 22:50
Compare
Choose a tag to compare
v0.1.1-20230112 Pre-release
Pre-release

Pre-production release of Private Compute Libraries with Chronicle.

Bug fixes:

  • Visibility for API bazel targets has been changed to //visiblity:public

To use this release, add the following to your WORKSPACE:

http_archive(
  name = "pcl",
  sha256 = "a3e11feb832100df60c6751144ceade1b3e88ac21950870f76d558b7c56b1855",
  strip_prefix = "private-compute-libraries-0.1.1-20230112",
  urls = ["https://github.com/google/private-compute-libraries/archive/refs/tags/v0.1.1-20230112.tar.gz"],
)

v0.1.0-20230105

05 Jan 18:19
Compare
Choose a tag to compare
v0.1.0-20230105 Pre-release
Pre-release

Initial pre-production release of Private Compute Libraries with Chronicle.

To use this release, add the following to your WORKSPACE:

http_archive(
  name = "pcl",
  sha256 = "176d7a96331f6612bdfd3294676b49daa926a2c24a250df2d901ae9111898045",
  strip_prefix = "private-compute-libraries-0.1.0-20230105",
  urls = ["https://github.com/google/private-compute-libraries/archive/refs/tags/v0.1.0-20230105.tar.gz"],
)