Releases: sqids/sqids-bazel
Releases · sqids/sqids-bazel
v0.1.1
Important
This is a fix release for users who use a WORKSPACE
file.
It's not published to the Bazel Central Registry.
Use v0.1.0 as the latest release when Bzlmod enabled
Use with WORKSPACE
In your WORKSPACE
file, paste:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "sqids_bazel",
sha256 = "e58a1ca8a1259677011c93d36eb8baa219d63d1832ba9c0c8ed9dac972864d25",
strip_prefix = "sqids-bazel-0.1.1",
url = "https://github.com/sqids/sqids-bazel/releases/download/v0.1.1/sqids-bazel-v0.1.1.tar.gz",
)
load("@sqids_bazel//:deps.bzl", "sqids_bazel_dependencies")
sqids_bazel_dependencies()
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Use with Bzlmod
bazel_dep(name = "sqids_bazel", version = "0.1.0")
Use with WORKSPACE
In your WORKSPACE
file, paste:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "sqids_bazel",
sha256 = "c8d69571ae73ead230a3872c9e5391afb6435a5a9a23aa4a65ba5a3adb2f0000",
strip_prefix = "sqids-bazel-0.1.0",
url = "https://github.com/sqids/sqids-bazel/releases/download/v0.1.0/sqids-bazel-v0.1.0.tar.gz",
)
load("@sqids_bazel//:deps.bzl", "sqids_bazel_dependencies")
sqids_bazel_dependencies()
Full Changelog: https://github.com/sqids/sqids-bazel/commits/v0.1.0