0.2.0
Version 0.2.0
Changelog
- Added support for parsing out 'pre_release' and 'build' components.
- Added
versions.compare
. - Added 'pre_release' and 'build' support for comparisons.
- Added CI run for Windows (may be dropped at any future point).
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.2.0/bzl-0.2.0.tar.gz",
sha256 = "5bf0df7d117afd8e6b3b18d4cde7cb9e89a1c6100ff6957ae2401db3c2c4da3e",
)
For Bazel MODULES.bazel
bazel_dep(name = "helly25_bzl", version = "0.2.0")
What's Changed
- Fix some broken file headers by @helly25 in #5
- Parse pre_release and build components. by @helly25 in #6
- Added versions.compare by @helly25 in #7
- Added 'pre_release' and 'build' support for comparisons. by @helly25 in #8
- Test on windows. by @helly25 in #9
- Bump version to 0.2.1 by @helly25 in #10
- Sky-lib cannot be a dev_dependency by @helly25 in #11
Full Changelog: 0.1.2...0.2.0