Breaking changes
As of this release, we've removed WORKSPACE support from the rules. Projects that still depend on WORKSPACE should not update beyond 1.24.5, or can look at #487 to see what the dependencies are at any given time. WORKSPACE support is removed completely from Bazel starting in Bazel 9.
What's Changed
- remove WORKSPACE support by @aaronsky in #487
- Add support for param files for compiler invocations by @keith in #488
- Enable code coverage in Xcode for clang-built targets by @aaronsky in #491
- Disable absolute coverage-prefix-map feature by default by @aaronsky in #492
Full Changelog: 1.24.5...2.0.0
This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.
MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.0.0", repo_name = "build_bazel_apple_support")