From ee67264452174896741824ed25ade0f6d58ca642 Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev Date: Thu, 10 Mar 2022 11:31:05 -0500 Subject: [PATCH] Update changelog and version for release 1.2.1 (#360) Make a point release to unbreak users who set `--incompatible_disallow_empty_glob`. See discussion in https://github.com/bazelbuild/bazel-skylib/pull/359 --- CHANGELOG.md | 10 ++++++++++ version.bzl | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b43ca8d..4567ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +Release 1.2.1 + +Bugfix release: fixes build failure with --incompatible_disallow_empty_glob +(#359) + +**Contributors** + +Alexandre Rostovtsev, Ivo List + + Release 1.2.0 **New Features** diff --git a/version.bzl b/version.bzl index dc7f0ef..324adb5 100644 --- a/version.bzl +++ b/version.bzl @@ -13,4 +13,4 @@ # limitations under the License. """The version of bazel-skylib.""" -version = "1.2.0" +version = "1.2.1"