Skip to content

0.6.0

Compare
Choose a tag to compare
@c-parsons c-parsons released this 26 Nov 23:08
  • Renamed several instances of "Skylark". The old label and symbol names remain as aliases to these new locations and names temporarily. The aliases will go away on a future release.
    //:skylark_library.bzl renamed to //:bzl_library.bzl
    skylark_library renamed to bzl_library
    SkylarkLibraryInfo renamed to StarlarkLibraryInfo

  • //:lib.bzl has been deprecated. Depend directly on the bazel-skylib modules you need instead of depending on lib.bzl.

  • //:sets.bzl has been deprecated. Depend instead on //:new_sets.bzl, which was introduced in version 0.4.0 and has better performance than sets.bzl. sets.bzl will be removed in a future release.

  • Updated Starlark code to be compatible with Bazel version 0.19.2