What's Changed
- Update release instructions by @gregestren in #118
- Remove outdated platform_data implementation. by @gregestren in #120
- Add package_metadata target by @Yannic in #122
- Add aix os constraint. by @aiuto in #126
- Generalize owners to configurability team by @gregestren in #119
- Add support for Bazel 9 by @UebelAndre in #135
- Add a CPU constraint for loongarch64. by @katre in #133
- Add CPU constraints for common Rust platforms by @UebelAndre in #134
- Prepare release 1.1.0 by @Wyverald in #137
New Contributors
- @Yannic made their first contribution in #122
- @UebelAndre made their first contribution in #135
WORKSPACE setup
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "platforms",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/1.1.0/platforms-1.1.0.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/1.1.0/platforms-1.1.0.tar.gz",
],
sha256 = "dbad4a23abcca6171e47b79edc53bd6a41067a3b75f9e8b104656b459ff25046",
)Full Changelog: 1.0.0...1.1.0