Skip to content

Releases: bazelbuild/rules_cc

0.0.16

11 Nov 13:55
Compare
Choose a tag to compare
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.16/rules_cc-0.0.16.tar.gz"],
    sha256 = "bbf1ae2f83305b7053b11e4467d317a7ba3517a12cef608543c1b1c5bf48a4df",
    strip_prefix = "rules_cc-0.0.16",
)

Full Changelog: 0.0.15...0.0.16

0.1.0

07 Nov 12:18
Compare
Choose a tag to compare
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.0/rules_cc-0.1.0.tar.gz"],
    sha256 = "4b12149a041ddfb8306a8fd0e904e39d673552ce82e4296e96fac9cbf0780e59",
    strip_prefix = "rules_cc-0.1.0",
)

Incompatible Changes

  • cc_proto_library is removed from defs.bzl

What's Changed

New Contributors

Full Changelog: 0.0.13...0.1.0

0.0.15

07 Nov 14:24
Compare
Choose a tag to compare
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.15/rules_cc-0.0.15.tar.gz"],
    sha256 = "f4aadd8387f381033a9ad0500443a52a0cea5f8ad1ede4369d3c614eb7b2682e",
    strip_prefix = "rules_cc-0.0.15",
)

What's Changed

  • Revert "Remove cc_proto_library from defs.bzl"

New Contributors

Full Changelog: 0.0.14...0.0.15

0.0.14

06 Nov 16:14
Compare
Choose a tag to compare
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.14/rules_cc-0.0.14.tar.gz"],
    sha256 = "906e89286acc67c20819c3c88b3283de0d5868afda33635d70acae0de9777bb7",
    strip_prefix = "rules_cc-0.0.14",
)

What's Changed

New Contributors

Full Changelog: 0.0.13...0.0.14

0.0.13

09 Oct 16:25
Compare
Choose a tag to compare
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.13/rules_cc-0.0.13.tar.gz"],
    sha256 = "d9bdd3ec66b6871456ec9c965809f43a0901e692d754885e89293807762d3d80",
    strip_prefix = "rules_cc-0.0.13",
)

What's Changed

New Contributors

Full Changelog: 0.0.12...0.0.13

0.0.12

07 Oct 15:35
Compare
Choose a tag to compare
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.12/rules_cc-0.0.12.tar.gz"],
    sha256 = "b26168b9a13f094794982b832975eaf53cefc5dced5b3be7df6b8b794dc2744b",
    strip_prefix = "rules_cc-0.0.12",
)

Full Changelog: 0.0.11...0.0.12

0.0.11

07 Oct 09:47
Compare
Choose a tag to compare

Loading rules_cc

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

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.11/rules_cc-0.0.11.tar.gz"],
    sha256 = "7e2a1f6c5dd908e6e88d7c80257c99d14e16fa985b56342287fddb6a32c435b5",
    strip_prefix = "rules_cc-0.0.11",
)

What's Changed

New Contributors

Full Changelog: 0.0.10...0.0.11

0.0.10

13 Sep 16:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.9...0.0.10

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

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.10/rules_cc-0.0.10.tar.gz"],
    sha256 = "65b67b81c6da378f136cc7e7e14ee08d5b9375973427eceb8c773a4f69fa7e49",
    strip_prefix = "rules_cc-0.0.10",
)

0.0.10-rc2

12 Sep 08:52
Compare
Choose a tag to compare
0.0.10-rc2 Pre-release
Pre-release

Full Changelog: 0.0.10-rc1...0.0.10-rc2

0.0.10-rc1

05 Apr 13:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.9...0.0.10-rc1

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

http_archive(
    name = "rules_cc",
    urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.10-rc1/rules_cc-0.0.10-rc1.tar.gz"],
    sha256 = "d75a040c32954da0d308d3f2ea2ba735490f49b3a7aa3e4b40259ca4b814f825",
)