Skip to content

Releases: lalten/rules_appimage

v1.0.1

23 Apr 21:26
Compare
Choose a tag to compare

Interesting changes from the last version include:

  • rules_python is not a "runtime" dependency anymore. It's removed from the rules_appimage_deps() function
  • Using maybe rules for http_archives
  • CI changes

The appimage and appimage_test rules have not changed since the last release.

WORKSPACE setup:

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

http_archive(
    name = "rules_appimage",
    sha256 = "eb3065a2e0f26b01c85020baa73528f6d2f6fdcbfeb12d2d486cb388fc449597",
    strip_prefix = "rules_appimage-1.0.1",
    url = "https://github.com/lalten/rules_appimage/archive/refs/tags/v1.0.1.tar.gz",
)

load("@rules_appimage//:deps.bzl", "rules_appimage_deps")

rules_appimage_deps()

v1.0.0

14 Feb 19:39
Compare
Choose a tag to compare

This has been stable for a while, so why not claim this is v1.0.0 :)