From f0a1a9ff25112349cfa9ad4af1350a7c5f00cd08 Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Wed, 6 Feb 2019 07:17:10 -0800 Subject: [PATCH] Prepare 1.14.0rc1 (#7221) --- src/python/pants/notes/1.14.x.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/python/pants/notes/1.14.x.rst b/src/python/pants/notes/1.14.x.rst index 45e5658ae23..9945bef401f 100644 --- a/src/python/pants/notes/1.14.x.rst +++ b/src/python/pants/notes/1.14.x.rst @@ -3,6 +3,30 @@ This document describes releases leading up to the ``1.14.x`` ``stable`` series. +1.14.0rc1 (2/06/2019) +--------------------- + +Bugfixes +~~~~~~~~ + +* Only lint the direct sources of a linted target. (#7219) + `PR #7219 `_ + +* Do not render the coursier workunit unless it will run. (#7218) + `PR #7218 `_ + +* Revert "make GoTest subclass PartitionedTestRunnerTaskMixin to test transitively" (#7212) + `PR #7212 `_ + +* Only run master-dependent commithooks on master (#7214) + `PR #7214 `_ + +* Absolute-ify GIT_DIR (#7210) + `PR #7210 `_ + +* Fix release script ownership check command name. (#7204) + `PR #7204 `_ + 1.14.0rc0 (2/01/2019) ---------------------