Skip to content

Commit

Permalink
Update changelog and version for release 1.2.0 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetromino committed Feb 11, 2022
1 parent cdd0afd commit c4dfec1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -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)

**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.1.1"
version = "1.2.0"

0 comments on commit c4dfec1

Please sign in to comment.