Releases: periareon/req-compile
1.0.0rc34
1.0.0rc34
Using bzlmod
bazel_dep(name = "rules_req_compile", version = "1.0.0rc34")
Using WORKSPACE.bazel
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "ff9c264e7410a130db375635f1faa171d51346e5d96e8aba8ac5d0245c315090",
urls = ["https://github.com/periareon/req-compile/releases/download/1.0.0rc34/rules_req_compile-1.0.0rc34.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/periareon/req-compile
Full Changelog: 1.0.0rc32...1.0.0rc34
1.0.0rc33
1.0.0rc33
Using bzlmod
bazel_dep(name = "rules_req_compile", version = "1.0.0rc33")
Using WORKSPACE.bazel
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "2d6e5a5f961a2e050801e37cb31bddad112cc94c4d38c455d6422ed6b4aacc9c",
urls = ["https://github.com/periareon/req-compile/releases/download/1.0.0rc33/rules_req_compile-1.0.0rc33.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/periareon/req-compile
Full Changelog: 1.0.0rc32...1.0.0rc33
1.0.0rc32
1.0.0rc32
Using bzlmod
bazel_dep(name = "rules_req_compile", version = "1.0.0rc32")
Using WORKSPACE.bazel
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "24e937f7e8a06b3c7072083c3a94a4e2ff3e7d2bf30fbb4fb723809ce82f5d58",
urls = ["https://github.com/periareon/req-compile/releases/download/1.0.0rc32/rules_req_compile-1.0.0rc32.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/periareon/req-compile
What's Changed
- Update release notes to point to new repo. by @abrisco in #97
- Avoid additional use of
ctx.actions.symlink
on Windows by @abrisco in #98 - Release 1.0.0rc32 by @abrisco in #99
Full Changelog: 1.0.0rc31...1.0.0rc32
1.0.0rc31
1.0.0rc31
Using bzlmod
bazel_dep(name = "rules_req_compile", version = "1.0.0rc31")
Using WORKSPACE.bazel
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "b8745072d460ece43a11181c093055f58c8719ad16df2878d29599da0490aa5e",
urls = ["https://github.com/periareon/req-compile/releases/download/1.0.0rc31/rules_req_compile-1.0.0rc31.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/periareon/req-compile
What's Changed
- Fixed buildifier defects by @abrisco in #94
- Avoid build-without-the-bytes issue on Windows. by @abrisco in #95
- Release 1.0.0rc31 by @abrisco in #96
Full Changelog: 1.0.0rc30...1.0.0rc31
1.0.0rc30
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
1.0.0rc29
1.0.0rc29
Using bzlmod
bazel_dep(name = "rules_req_compile", version = "1.0.0rc29")
Using WORKSPACE.bazel
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "7c1212e39cf85aa89c887c7bebab6f1b2ebae024a42ca2e3d707e0046cd65a60",
urls = ["https://github.com/periareon/req-compile/releases/download/1.0.0rc29/rules_req_compile-1.0.0rc29.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/periareon/req-compile
Full Changelog: 1.0.0rc28...1.0.0rc29
1.0.0rc28
1.0.0rc28
Using bzlmod
bazel_dep(name = "rules_req_compile", version = "1.0.0rc28")
Using WORKSPACE.bazel
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "d14051f9bf8737991f6042bf8253888cc4bb2144704c8ed673d101d04dc66127",
urls = ["https://github.com/sputt/req-compile/releases/download/1.0.0rc28/rules_req_compile-v1.0.0rc28.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
Full Changelog: sputt/req-compile@1.0.0rc27...1.0.0rc28
1.0.0rc27
1.0.0rc27
Using bzlmod
bazel_dep(name = "rules_req_compile", version = "1.0.0rc27")
Using WORKSPACE.bazel
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "ac463bf2f677261f421fd3c9cdf930ebc83f5d82b233df9033ea3bccbf0e8a8b",
urls = ["https://github.com/sputt/req-compile/releases/download/1.0.0rc27/rules_req_compile-v1.0.0rc27.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
Full Changelog: sputt/req-compile@1.0.0rc25...1.0.0rc27
1.0.0rc25
1.0.0rc25
Using bzlmod
bazel_dep(name = "rules_req_compile", version = "1.0.0rc25")
Using WORKSPACE.bazel
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "77abd689981dbbb0389af899c8982d6571105d9bfe7c5b6860e0b25a1f95a0f1",
urls = ["https://github.com/sputt/req-compile/releases/download/1.0.0rc25/rules_req_compile-v1.0.0rc25.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
- Add test for cross platform builds by @abrisco in https://github.com/sputt/req-compile/pull/88
- Mark test
*.html
files as generated by @abrisco in https://github.com/sputt/req-compile/pull/89 - Add bzlmod support. by @sputt in https://github.com/sputt/req-compile/pull/87
Full Changelog: sputt/req-compile@1.0.0rc24...1.0.0rc25
1.0.0rc24
1.0.0rc24
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_req_compile",
sha256 = "e82e9f7ab6ae37a16b60cfcac4c3d84085475e8cdd8c7f27c2193ce72bd57566",
urls = ["https://github.com/sputt/req-compile/releases/download/1.0.0rc24/rules_req_compile-v1.0.0rc24.tar.gz"],
)
Additional documentation can be found at: https://github.com/sputt/req-compile
What's Changed
- Support Labels being passed to
annotation.deps
by @abrisco in https://github.com/sputt/req-compile/pull/85 - Release 1.0.0rc24 by @abrisco in https://github.com/sputt/req-compile/pull/86
Full Changelog: sputt/req-compile@1.0.0rc23...1.0.0rc24