Skip to content

Commit

Permalink
Update changelog and version for release 1.2.1 (#360)
Browse files Browse the repository at this point in the history
Make a point release to unbreak users who set `--incompatible_disallow_empty_glob`. See discussion in #359
  • Loading branch information
tetromino committed Mar 10, 2022
1 parent 898cd6d commit ee67264
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions 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**
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""The version of bazel-skylib."""

version = "1.2.0"
version = "1.2.1"

0 comments on commit ee67264

Please sign in to comment.