From be465578e1ab30e367b454ef644cb9ba42b6daa3 Mon Sep 17 00:00:00 2001 From: Yi Cheng Date: Wed, 14 Mar 2018 21:04:27 -0700 Subject: [PATCH 1/2] Prepare 1.5.0rc1 --- src/python/pants/VERSION | 2 +- src/python/pants/notes/1.5.x.rst | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/python/pants/VERSION b/src/python/pants/VERSION index 029b6ffd32d..6994d9efaf5 100644 --- a/src/python/pants/VERSION +++ b/src/python/pants/VERSION @@ -1 +1 @@ -1.5.0rc0 +1.5.0rc1 diff --git a/src/python/pants/notes/1.5.x.rst b/src/python/pants/notes/1.5.x.rst index 383af48f8b2..a9095f81165 100644 --- a/src/python/pants/notes/1.5.x.rst +++ b/src/python/pants/notes/1.5.x.rst @@ -3,6 +3,30 @@ This document describes releases leading up to the ``1.5.x`` ``stable`` series. +1.5.0rc1 (03/14/2018) +--------------------- + +Bugfixes +~~~~~~~~ + +* Render a warning rather than failing `list` when no targets are matched (#5598) + `PR #5598 `_ + +* [pantsd] Repair stale sources invalidation case. (#5589) + `PR #5589 `_ + +Refactoring, Improvements, and Tooling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* Further --changed optimization (#5579) + `PR #5579 `_ + +* [pantsd] Don't compute TargetRoots twice. (#5595) + `PR #5595 `_ + +* [coursier] use same artifact cache override as ivy (#5586) + `PR #5586 `_ + 1.5.0rc0 (03/07/2018) --------------------- From f83b9eb0d978662ff6eaf9f60bf509cb1eb3f10e Mon Sep 17 00:00:00 2001 From: Yi Cheng Date: Wed, 14 Mar 2018 21:51:17 -0700 Subject: [PATCH 2/2] revert version bump on master --- src/python/pants/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/pants/VERSION b/src/python/pants/VERSION index 6994d9efaf5..029b6ffd32d 100644 --- a/src/python/pants/VERSION +++ b/src/python/pants/VERSION @@ -1 +1 @@ -1.5.0rc1 +1.5.0rc0