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.17.0.dev0 release #7711

Merged
merged 5 commits into from
May 14, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add new commit
  • Loading branch information
ity committed May 14, 2019
commit 1890420e9686532bdbd611de6896d0b7d2c618a4
12 changes: 6 additions & 6 deletions src/python/pants/notes/master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 7,6 @@ not undergone the vetting associated with ``stable`` releases.
1.17.0.dev0 (5/13/2019)
-----------------------

New Features
~~~~~~~~~~~~

* V2 `./pants test.pytest` selects interpreter based off of compatibility constraints (#7679)
`PR #7679 <https://github.com/pantsbuild/pants/pull/7679>`_

Bugfixes
~~~~~~~~

Expand All @@ -25,6 19,9 @@ Bugfixes
Refactoring, Improvements, and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Refactor and modernize `check_header.py` to use Python 3 (#7635)
`PR #7635 <https://github.com/pantsbuild/pants/pull/7635>`_

* Add pantsd_invalidation_globs option into pants.ini (#7705)
`PR #7705 <https://github.com/pantsbuild/pants/pull/7705>`_

Expand Down Expand Up @@ -67,6 64,9 @@ Refactoring, Improvements, and Tooling
* Refactor v2 TestResult model to use enum (#7677)
`PR #7677 <https://github.com/pantsbuild/pants/pull/7677>`_

* V2 `./pants test.pytest` selects interpreter based off of compatibility constraints (#7679)
`PR #7679 <https://github.com/pantsbuild/pants/pull/7679>`_

1.16.0rc0 (5/7/2019)
--------------------

Expand Down