Update changelog and version for release 1.2.0 (#350)

This commit is contained in:
Alexandre Rostovtsev 2022-02-11 12:02:05 -05:00 committed by GitHub
parent cdd0afdfe6
commit c4dfec1bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,20 @@
Release 1.2.0
**New Features**
- The unittest toolchain has better support for special characters in failure
messages (#320)
- Use portable Bash shebangs for BSD compatibility (#329)
- Add loadingtest - tests which evaluate during the loading phase (#347)
- Add doc parameter to analysistest.make, allowing analysis tests to be
documented in a Stardoc-friendly way (#343, #352)
**Contributors**
Alexandre Rostovtsev, Geoffrey Martin-Noble, Kevin Kress, Samuel Freilich,
UebelAndre, Yesudeep Mangalapilly
Release 1.1.1 (initially tagged as 1.1.0) Release 1.1.1 (initially tagged as 1.1.0)
**New Features** **New Features**

View File

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