Skip to content

Commit bfd79ad

Browse files
authored
Bump module to 0.15.0 (#158)
1 parent 0cf2055 commit bfd79ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module(
1818
name = "rules_pkl",
19-
version = "0.14.0",
19+
version = "0.15.0",
2020
bazel_compatibility = [">=7.0.0"],
2121
compatibility_level = 1,
2222
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To use `rules_pkl`, enable `bzlmod` within your project, and then add the follow
1818

1919
```starlark
2020
# Please check the releases page on GitHub for the latest released version
21-
bazel_dep(name = "rules_pkl", version = "0.14.0")
21+
bazel_dep(name = "rules_pkl", version = "0.15.0")
2222
```
2323

2424
## Examples

0 commit comments

Comments
 (0)