Skip to content

1.0.0rc30

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 07:02
· 11 commits to master since this release
6fae7d5

1.0.0rc30

Using bzlmod

bazel_dep(name = "rules_req_compile", version = "1.0.0rc30")

Using WORKSPACE.bazel

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

http_archive(
    name = "rules_req_compile",
    sha256 = "b0a1c36885de115b394f1c094adb38c921a5fd02966e76a48b8e91f59fa5d41d",
    urls = ["https://github.com/sputt/req-compile/releases/download/1.0.0rc30/rules_req_compile-1.0.0rc30.tar.gz"],
)

load("@rules_req_compile//:repositories.bzl", "req_compile_dependencies")

req_compile_dependencies()

load("@rules_req_compile//:repositories_transitive.bzl", "req_compile_transitive_dependencies")

req_compile_transitive_dependencies()

Additional documentation can be found at: https://github.com/sputt/req-compile

What's Changed

  • Fix release notes by @abrisco in #90
  • Fix a problem with wildcard versions and the version is_possible check. by @sputt in #91
  • Allow overridden requirements parses to use unannotated requirements … by @sputt in #92
  • Update release workflow for new org. by @sputt in #93

Full Changelog: 1.0.0rc29...1.0.0rc30