Skip to content

Commit 781192c

Browse files
authored
v0.2.1 release (#70)
1 parent 4001d3a commit 781192c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "openapi_tools_generator_bazel",
3-
version = "0.2.0",
3+
version = "0.2.1",
44
compatibility_level = 0,
55
)
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ As of v0.1.8, this only supports [Bazel Modules](https://bazel.build/external/mo
1313
1. Add the following code to your `MODULE.bazel` file at the root of your repository
1414

1515
```
16-
bazel_dep(name = "openapi_tools_generator_bazel", version = "0.1.8")
16+
bazel_dep(name = "openapi_tools_generator_bazel", version = "0.2.1")
1717
openapi_gen = use_extension("@openapi_tools_generator_bazel//:extension.bzl", "openapi_gen")
1818
openapi_gen.client(
1919
sha256 = "f18d771e98f2c5bb169d1d1961de4f94866d2901abc1e16177dd7e9299834721",

0 commit comments

Comments
 (0)