aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <arostovtsev@google.com>2023-08-04 16:13:25 -0400
committerGitHub <noreply@github.com>2023-08-04 16:13:25 -0400
commit9800c40d503fff20ee31c5cbfca3b2a6fe7c7ed1 (patch)
tree937c270f0df5c0c6e8dd51e0fea990077e50fddb
parentd90cbcfb5a91f3a7dacb64a59c7ea62d0091b615 (diff)
downloadstardoc-9800c40d503fff20ee31c5cbfca3b2a6fe7c7ed1.tar.gz
Prepare release 0.6.1 (#178)upstream/0.6.1
-rw-r--r--CHANGELOG.md13
-rw-r--r--MODULE.bazel2
-rw-r--r--version.bzl2
3 files changed, 15 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 167f4ea..07da818 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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**
diff --git a/MODULE.bazel b/MODULE.bazel
index 5aca9ec..cb1c76a 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,6 +1,6 @@
module(
name = "stardoc",
- version = "0.6.0",
+ version = "0.6.1",
compatibility_level = 1,
)
diff --git a/version.bzl b/version.bzl
index e5ff947..9af266f 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of Stardoc."""
-version = "0.6.0"
+version = "0.6.1"