Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.14.0rc1 #7221

Merged
merged 1 commit into from Feb 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/python/pants/notes/1.14.x.rst
Expand Up @@ -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 <https://github.com/pantsbuild/pants/pull/7219>`_

* Do not render the coursier workunit unless it will run. (#7218)
`PR #7218 <https://github.com/pantsbuild/pants/pull/7218>`_

* Revert "make GoTest subclass PartitionedTestRunnerTaskMixin to test transitively" (#7212)
`PR #7212 <https://github.com/pantsbuild/pants/pull/7212>`_

* Only run master-dependent commithooks on master (#7214)
`PR #7214 <https://github.com/pantsbuild/pants/pull/7214>`_

* Absolute-ify GIT_DIR (#7210)
`PR #7210 <https://github.com/pantsbuild/pants/pull/7210>`_

* Fix release script ownership check command name. (#7204)
`PR #7204 <https://github.com/pantsbuild/pants/pull/7204>`_

1.14.0rc0 (2/01/2019)
---------------------

Expand Down