From fd0ae5f4c364e2129f41eb5b686bb597dda9c1c3 Mon Sep 17 00:00:00 2001 From: Romain Chossart Date: Fri, 29 May 2026 14:07:43 +0100 Subject: [PATCH] Bump module to 0.17.1 --- MODULE.bazel | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 623a307..1340d59 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -16,7 +16,7 @@ module( name = "rules_pkl", - version = "0.17.0", + version = "0.17.1", bazel_compatibility = [">=7.0.0"], compatibility_level = 1, ) diff --git a/README.md b/README.md index 776a27a..10e12b0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To use `rules_pkl`, enable `bzlmod` within your project, and then add the follow ```starlark # Please check the releases page on GitHub for the latest released version -bazel_dep(name = "rules_pkl", version = "0.17.0") +bazel_dep(name = "rules_pkl", version = "0.17.1") ``` ## Examples