Skip to content

Releases: Silicon-Ally/rules_oapi_codegen

v0.0.2

14 Sep 17:07
80f4f19

Choose a tag to compare

WORKSPACE code

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

http_archive(
    name = "com_siliconally_rules_oapi_codegen",
    sha256 = "0c3eac7e4d4ec4b694e06035cf69ad25cddade49c8d51c9fa23c22fccf6f0199",
    urls = [
        "https://github.com/Silicon-Ally/rules_oapi_codegen/releases/download/v0.0.2/rules_oapi_codegen-v0.0.2.zip",
    ],
)

What's Changed

  • Add support for the skip-prune option by @bcspragu in #1

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

17 Jul 19:14

Choose a tag to compare

Initial release of rules_oapi_codegen

WORKSPACE code

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

http_archive(
    name = "com_siliconally_rules_oapi_codegen",
    sha256 = "2e4f696fad21126f584a457e91740f84d14e3d1e980871ffa1f490b58ff96908",
    urls = [
        "https://github.com/Silicon-Ally/rules_oapi_codegen/releases/download/v0.0.1/rules_oapi_codegen-v0.0.1.zip",
    ],
)