Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 23:59
· 1 commit to main since this release
5011650

WORKSPACE snippet:

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

http_archive(
    name = "pycross_image",
    sha256 = "6253197ee1e5a8e23f9a217834ce0d96950658004909381ad6785de0fb3fa87a",
    strip_prefix = "pycross_image-0.5.0",
    url = "https://github.com/stackb/pycross_image/archive/refs/tags/v0.5.0.tar.gz",
)

What's Changed

  • WIP: Example tests by @pcj in #1
  • Add //example:docker test by @pcj in #2
  • Implement //example:docker by @pcj in #3
  • README cleanup by @pcj in #4

New Contributors

  • @pcj made their first contribution in #1

Full Changelog: https://github.com/stackb/pycross_image/commits/v0.5.0