Skip to content

Releases: buildbuddy-io/bazel_env.bzl

v0.2.0

13 Oct 12:27
9c9a699
Compare
Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazel_env.bzl", version = "0.2.0")

What's Changed

  • Fix BCR presubmit by @fmeum in #25
  • Fix tool environment by @lbcjbb in #27

New Contributors

  • @lbcjbb made their first contribution in #27

Full Changelog: v0.1.2...v0.2.0

v0.1.2

29 Aug 20:48
959f5cc
Compare
Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazel_env.bzl", version = "0.1.2")

What's Changed

  • Detect that a tool has been removed by @fmeum in #11
  • Fix and add JS tools to example by @fmeum in #17
  • Update rules_java to fix version mismatch with last_green by @fmeum in #19
  • Make tests more realistic and allow wildcard matching by @fmeum in #21
  • Add rust tools to example by @scasagrande in #24

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

06 Jun 09:43
7b2b12a
Compare
Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazel_env.bzl", version = "0.1.1")

What's Changed

  • Add support for py_binary tools by @fmeum in #10

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Jun 16:50
5edbd07
Compare
Choose a tag to compare

Add to your MODULE.bazel file:

bazel_dep(name = "bazel_env.bzl", version = "0.1.0")

What's Changed

  • Show a direnv error after bazel clean by @fmeum in #3
  • Improve setup instructions by @fmeum in #5
  • Add release setup by @fmeum in #6
  • Make release_prep.sh executable by @fmeum in #7
  • Fix release notes formatting by @fmeum in #8
  • Fix strip_prefix, update README and release notes by @fmeum in #9

New Contributors

  • @fmeum made their first contribution in #3

Full Changelog: https://github.com/buildbuddy-io/bazel_env.bzl/commits/v0.1.0