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:
parent
898cd6ddff
commit
ee67264452
10
CHANGELOG.md
10
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**
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
# limitations under the License.
|
||||
"""The version of bazel-skylib."""
|
||||
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
|
|
Loading…
Reference in New Issue