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
This commit is contained in:
Alexandre Rostovtsev 2022-03-10 11:31:05 -05:00 committed by GitHub
parent 898cd6ddff
commit ee67264452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -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**

View File

@ -13,4 +13,4 @@
# limitations under the License.
"""The version of bazel-skylib."""
version = "1.2.0"
version = "1.2.1"