Prepare release 1.6.1 (#501)

This commit is contained in:
Alexandre Rostovtsev 2024-04-25 11:37:37 -04:00 committed by GitHub
parent 18e70d2105
commit e864c2223e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
Release 1.6.1
## What's Changed
* Fix `modules` Bazel 6 compatibility by @phst in https://github.com/bazelbuild/bazel-skylib/pull/499
**Full Changelog**: https://github.com/bazelbuild/bazel-skylib/compare/1.6.0...1.6.1
Release 1.6.0
## What's Changed

View File

@ -1,7 +1,7 @@
module(
name = "bazel_skylib",
# Keep in sync with version.bzl and @bazel_skylib_gazelle_plugin//:MODULE.bazel
version = "1.6.0",
version = "1.6.1",
compatibility_level = 1,
)

View File

@ -1,7 +1,7 @@
module(
name = "bazel_skylib_gazelle_plugin",
# Keep in sync with @bazel_skylib//:MODULE.bazel and @bazel_skylib//:version.bzl
version = "1.6.0",
version = "1.6.1",
compatibility_level = 1,
)

View File

@ -14,4 +14,4 @@
"""The version of bazel-skylib."""
# Keep in sync with MODULE.bazel and @bazel_skylib_gazelle_plugin//:MODULE.bazel
version = "1.6.0"
version = "1.6.1"