Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@cgrindel-app-token-generator cgrindel-app-token-generator released this 05 Feb 15:47
· 331 commits to main since this release
8591fa9

What's Changed

  • Update REAMDE.md for v0.3.2 by @cgrindel-app-token-generator in #78
  • Updated bzlformat to use prebuilt buildtools by default. by @cgrindel in #75
  • Added scheduled_builds.yml and updated README.md to point to scheduled builds. by @cgrindel in #80
  • Removed scheduled_builds.yml and used event filter for badge. by @cgrindel in #81
  • Updated workflow name. by @cgrindel in #82
  • Fix broken markdown links and add markdown link check to CI. by @cgrindel in #84
  • Relaxed the release tag restriction to not require a v prefix. by @cgrindel in #89

Full Changelog: v0.3.2...v0.4.0

Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "076843b8e51d8b3c06fba4dda42f74e0fc4ec52245680ddfb19c866b27573633",
    strip_prefix = "bazel-starlib-0.4.0",
    urls = [
        "http://github.com/cgrindel/bazel-starlib/archive/v0.4.0.tar.gz",
    ],
)

load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()