Skip to content

Commit

Permalink
Prepare release 0.6.1 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetromino committed Aug 4, 2023
1 parent d90cbcf commit 9800c40
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Release 0.6.1

Bugfix release: fix `rules_jvm_external` pin warnings.

This release temporarily restores compatibility with Bazel 5 (manually tested).
Note that normally we only test Stardoc with the current stable Bazel and with
Bazel at HEAD - not with older releases. We make no promises about maintaining
compatibility with Bazel 5.

**Contributors**

Alexandre Rostovtsev

## Release 0.6.0

**New Features**
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "stardoc",
version = "0.6.0",
version = "0.6.1",
compatibility_level = 1,
)

Expand Down
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.6.0"
version = "0.6.1"

0 comments on commit 9800c40

Please sign in to comment.