bazelbuild / bazel-skylib

Common useful functions and rules for Bazel
https://bazel.build/
Apache License 2.0
387 stars 180 forks source link

Requesting New Release/Tag #471

Closed CauhxMilloy closed 10 months ago

CauhxMilloy commented 10 months ago

Hi, this issue is to simply request that a new tag/release gets put out.

The current latest release, 1.4.2, is ~5 months old. There have been a number of new additions to the repo that would be great to get into a new tag/release (I'm specifically interested in the changes from https://github.com/bazelbuild/bazel-skylib/pull/440 for improved TemplateVariableInfo support).

Once a new tag/release is out, the newest changes can be referenced by http_archive() instead of (the less preferable) git_repository().

No other changes are requested by this issue.

Thanks!