aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <arostovtsev@google.com>2022-02-11 12:02:05 -0500
committerGitHub <noreply@github.com>2022-02-11 12:02:05 -0500
commitc4dfec1bf1316ab4e9fffbb382cf48259e0944fb (patch)
tree5df152d7df34d5428c0fc7162ef2750db2dbe6b8
parentcdd0afdfe63afedac43fd15c1d60bd23b2241e24 (diff)
downloadbazel-skylib-c4dfec1bf1316ab4e9fffbb382cf48259e0944fb.tar.gz
Update changelog and version for release 1.2.0 (#350)upstream/1.2.0
-rw-r--r--CHANGELOG.md17
-rw-r--r--version.bzl2
2 files changed, 18 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16b937c..b43ca8d 100644
--- a/CHANGELOG.md
+++ b/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**
diff --git a/version.bzl b/version.bzl
index bd2fb19..dc7f0ef 100644
--- a/version.bzl
+++ b/version.bzl
@@ -13,4 +13,4 @@
# limitations under the License.
"""The version of bazel-skylib."""
-version = "1.1.1"
+version = "1.2.0"