0.0.7
New Features
package_info()
.package_info
is the preferred way to specify package version and url.
Incompatible Changes
- Large refactoring to clean up the rules (#85). Forwarders for moves code was left, but some may have been missed. They will certainly be removed before the 0.1.0 release.
WORKSPACE setup
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_license",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.7/rules_license-0.0.7.tar.gz",
"https://github.com/bazelbuild/rules_license/releases/download/0.0.7/rules_license-0.0.7.tar.gz",
],
sha256 = "4531deccb913639c30e5c7512a054d5d875698daeb75d8cf90f284375fe7c360",
)