From 1122b001a55c53488238572e7ca5357fe6f9ab20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20R=C3=BCegg?= Date: Fri, 6 Mar 2026 10:56:08 +0000 Subject: [PATCH] Bump module to `0.15.0` --- MODULE.bazel | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 4f6cfad..610a38f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -16,7 +16,7 @@ module( name = "rules_pkl", - version = "0.14.0", + version = "0.15.0", bazel_compatibility = [">=7.0.0"], compatibility_level = 1, ) diff --git a/README.md b/README.md index a65d77d..6b6a2ed 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.14.0") +bazel_dep(name = "rules_pkl", version = "0.15.0") ``` ## Examples