Releases: bazelbuild/rules_testing
Releases · bazelbuild/rules_testing
v0.0.3
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_testing",
sha256 = "05af83590e00d5bcd36c56dd421ee710a823b0ebeefde9d404a833fa1083b7a3",
strip_prefix = "rules_testing-0.0.3",
url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.0.3/rules_testing-v0.0.3.tar.gz",
)
Full Changelog: v0.0.1...v0.0.3
v0.0.2
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_testing",
sha256 = "561fc385e347cb6f76bcb92b59c9400f34346c97fb7588862e88cff041ee3470",
strip_prefix = "rules_testing-0.0.2",
url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.0.2/rules_testing-v0.0.2.tar.gz",
)
What's Changed
Other Changes
- Test automatic import to Google by @kotlaja in #1
- Add AUTHORS, OWNERS, and gitignore files by @kotlaja in #2
- Add basic bazelci configuration by @rickeylev in #4
- Add release workflow by @rickeylev in #3
- Move release workflow into workflows directory. by @rickeylev in #5
New Contributors
- @kotlaja made their first contribution in #1
- @rickeylev made their first contribution in #4
Full Changelog: https://github.com/bazelbuild/rules_testing/commits/v0.0.2
v0.0.1
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_testing",
sha256 = "47db8fc9c3c1837491333cdcedebf267285479bd709a1ff0a47b19a324817def",
strip_prefix = "rules_testing-0.0.1",
url = "https://github.com/bazelbuild/rules_testing/releases/download/v0.0.1/rules_testing-v0.0.1.tar.gz",
)
What's Changed
Other Changes
- Test automatic import to Google by @kotlaja in #1
- Add AUTHORS, OWNERS, and gitignore files by @kotlaja in #2
- Add basic bazelci configuration by @rickeylev in #4
- Add release workflow by @rickeylev in #3
- Move release workflow into workflows directory. by @rickeylev in #5
New Contributors
- @kotlaja made their first contribution in #1
- @rickeylev made their first contribution in #4
Full Changelog: https://github.com/bazelbuild/rules_testing/commits/v0.0.1