Skip to content

Commit c220249

Browse files
committed
Release 0.15.0.1
1 parent 267d61b commit c220249

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
@@ -2,7 +2,7 @@
22

33
module(
44
name = "ruff_prebuilt",
5-
version = "0.0.0.0",
5+
version = "0.15.0.1",
66
bazel_compatibility = [">=8.0.1"],
77
compatibility_level = 1,
88
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for the `ruff` executable.
99
```bzl
1010
bazel_dep(
1111
name = "ruff_prebuilt",
12-
version = "0.14.10.1",
12+
version = "0.15.0.1",
1313
dev_dependency = True,
1414
repo_name = "ruff",
1515
)

0 commit comments

Comments
 (0)