Skip to content

Releases: tweag/skyscope

v0.4.3

v0.4.2

21 Feb 09:18
Compare
Choose a tag to compare
Minor tweaks to style.

v0.4.1

18 Feb 08:54
Compare
Choose a tag to compare
Fix build broken by purescript warnings.

v0.4.0

17 Feb 15:30
Compare
Choose a tag to compare
Expand and keep popups open when pin icon is clicked.

v0.3.2

04 Dec 11:48
Compare
Choose a tag to compare
Allow use of custom bazel binary instead of bazel in PATH.

v0.3.1

19 Oct 14:15
Compare
Choose a tag to compare
Index edge table by target node to fix slow query.

v0.3.0

09 Sep 09:44
Compare
Choose a tag to compare
Update instructions for downloading binary.

v0.2.7

05 May 08:44
Compare
Choose a tag to compare
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "skyscope",
    sha256 = "5544313ec77adbc96856c4cdfb3dfc6b5409e05790860ae19c7d321fb585490b",
    urls = ["https://github.com/tweag/skyscope/releases/download/v0.2.7/skyscope.zip"]
)
load("@skyscope//:repository.bzl", "configure_skyscope")
configure_skyscope()

v0.2.6

03 May 16:52
Compare
Choose a tag to compare
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "skyscope",
    sha256 = "2acf7b7f5bf3e66b83e1fac3aa6bcf71d173433ca6786f83d62fb5e9241fe7dc",
    urls = ["https://github.com/tweag/skyscope/releases/download/v0.2.6/skyscope.zip"]
)
load("@skyscope//:repository.bzl", "configure_skyscope")
configure_skyscope()