Skip to content

0.2.0

Choose a tag to compare

@BradHolmes BradHolmes released this 08 Apr 13:21
· 16 commits to master since this release
e66d4f0

This feature release completes the migration to using bzlmod. Clients must use bzlmod to use this version (or newer) of openapi-generator-bazel. It should be registered in the Bazel Central Registry very soon.

What's Changed

  • update actions/cache to v4 by @wing328 in #65
  • fix: Push OpenaAPI generator client version choice down to the bazel client by @BradHolmes in #64

Full Changelog: v0.1.7...v0.2.0

Command to create tar.gz:

tar czvf openapi-generator-bazel-0.2.0.tar.gz \
    --transform='s,^,openapi-generator-bazel-0.2.0/,' \
    BUILD.bazel \
    LICENSE \
    MODULE.bazel \
    MODULE.bazel.lock \
    defs.bzl \
    extension.bzl \
    internal/openapi_generator.bzl \
    internal/BUILD.bazel \
    internal/test/bcr/petstore.yaml \
    internal/test/bcr/config.yaml \
    internal/test/bcr/BUILD \
    internal/test/bcr/MODULE.bazel.lock \
    internal/test/bcr/MODULE.bazel

Upload the tar.gz file as part of the release. File name needs to be updated to have v in the version, e.g. openapi-generator-bazel-v0.2.0.tar.gz