From 01afa3eb7e4bdc2f0cc38b56d6e77475366e6ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20R=C3=BCegg?= Date: Fri, 22 May 2026 13:08:45 +0100 Subject: [PATCH] Bump module to 0.16.0 --- MODULE.bazel | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 14b5cf0..fee8a0d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -16,7 +16,7 @@ module( name = "rules_pkl", - version = "0.15.0", + version = "0.16.0", bazel_compatibility = [">=7.0.0"], compatibility_level = 1, ) diff --git a/README.md b/README.md index 6b6a2ed..cff56f3 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.15.0") +bazel_dep(name = "rules_pkl", version = "0.16.0") ``` ## Examples