Skip to content

Commit

Permalink
Prepare release 1.6.1 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetromino committed Apr 25, 2024
1 parent 18e70d2 commit e864c22
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
@@ -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,
)

Expand Down
2 changes: 1 addition & 1 deletion gazelle/MODULE.bazel
@@ -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,
)

Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Expand Up @@ -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"

0 comments on commit e864c22

Please sign in to comment.