Skip to content

Releases: stackb/pycross_image

v0.5.0

01 Mar 23:59
5011650
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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