From 852a6fc86d33078b115da587fac9c5ff63f960e5 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sun, 2 Nov 2025 15:10:11 +0800 Subject: [PATCH] v0.2.1 release --- MODULE.bazel | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 8545e86..333fa5d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "openapi_tools_generator_bazel", - version = "0.2.0", + version = "0.2.1", compatibility_level = 0, ) diff --git a/README.md b/README.md index dba30c2..13f5e20 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ As of v0.1.8, this only supports [Bazel Modules](https://bazel.build/external/mo 1. Add the following code to your `MODULE.bazel` file at the root of your repository ``` -bazel_dep(name = "openapi_tools_generator_bazel", version = "0.1.8") +bazel_dep(name = "openapi_tools_generator_bazel", version = "0.2.1") openapi_gen = use_extension("@openapi_tools_generator_bazel//:extension.bzl", "openapi_gen") openapi_gen.client( sha256 = "f18d771e98f2c5bb169d1d1961de4f94866d2901abc1e16177dd7e9299834721",