Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 08:11
· 2 commits to main since this release
b961d25

Version 0.3.0

Changelog

  • Added skip_build parameter to control whether comparisons adhere to Semver-10.
  • [BC] Changed version.parse and version.compare to take parameter error as a keyword only parameter.

For Bazel WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
  name = "helly25_bzl",
  url = "https://github.com/helly25/bzl/releases/download/0.3.0/bzl-0.3.0.tar.gz",
  sha256 = "3f1c99c6cf231691000f840acad0a45c7a7a6f6e3e126df96173e279ce2fcce5",
  strip_prefix = "bzl-0.3.0",
)

For Bazel MODULES.bazel

bazel_dep(name = "helly25_bzl", version = "0.3.0")