Skip to content

Commit bcfb783

Browse files
committed
prepare new release 1.1.0
update score_cr_checker => 0.3.1 score_python_basics => 0.3.4 doc-as-cod -> 1.1.0 python_basics -> 0.3.4
1 parent a7973f6 commit bcfb783

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_process",
16-
version = "1.0.4",
16+
version = "1.1.0",
1717
compatibility_level = 1,
1818
)
1919

@@ -53,9 +53,9 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2")
5353
bazel_dep(name = "aspect_rules_lint", version = "1.4.4")
5454

5555
# Provides, pytest & venv
56-
bazel_dep(name = "score_python_basics", version = "0.3.2")
56+
bazel_dep(name = "score_python_basics", version = "0.3.4")
5757

5858
# Checker rule for CopyRight checks/fixes
59-
bazel_dep(name = "score_cr_checker", version = "0.2.2")
59+
bazel_dep(name = "score_cr_checker", version = "0.3.1")
6060
bazel_dep(name = "score_format_checker", version = "0.1.1")
61-
bazel_dep(name = "score_docs_as_code", version = "0.4.4")
61+
bazel_dep(name = "score_docs_as_code", version = "1.0.0")

0 commit comments

Comments
 (0)