Skip to content

Commit

Permalink
Prepare release 0.5.6, now with java toolchains breakage fix with bzl…
Browse files Browse the repository at this point in the history
…mod too (#159)

I forgot to bump the rules_java dep in MODULE.bazel.

We ought to have a consistency check for this...
  • Loading branch information
tetromino committed May 31, 2023
1 parent 512939e commit 437c79d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Release 0.5.5
## Release 0.5.6 (initially tagged as 0.5.5)

Bugfix release: update `@rules_java` dependency to fix breakage with Bazel at HEAD.

Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module(
name = "stardoc",
version = "0.5.5",
version = "0.5.6",
compatibility_level = 1,
)

bazel_dep(name = "bazel_skylib", version = "1.2.1")
bazel_dep(name = "rules_java", version = "5.3.5")
bazel_dep(name = "rules_java", version = "6.0.0")
bazel_dep(name = "rules_license", version = "0.0.3")
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""The version of Stardoc."""

version = "0.5.5"
version = "0.5.6"

0 comments on commit 437c79d

Please sign in to comment.