Skip to content

Commit

Permalink
Prepare the 1.10.0.dev4 release. (#6396)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw authored and Stu Hood committed Aug 28, 2018
1 parent b1aca5d commit ba01940
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0.dev3
1.10.0.dev4
41 changes: 41 additions & 0 deletions src/python/pants/notes/master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,47 @@ Master Pre-Releases
This document describes ``dev`` releases which occur weekly from master, and which do
not undergo the vetting associated with ``stable`` releases.


1.10.0.dev4 (08/24/2018)
------------------------

Refactoring, Improvements, and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Fix CI (#6402)
`PR #6402 <https://github.com/pantsbuild/pants/pull/6402>`_

* Requirements on language-specific sources should be optional. (#6375)
`PR #6375 <https://github.com/pantsbuild/pants/pull/6375>`_

* Deprecate --quiet recursive option (#6156)
`PR #6156 <https://github.com/pantsbuild/pants/pull/6156>`_

* Decode python_eval template resource as utf-8. (#6379)
`PR #6379 <https://github.com/pantsbuild/pants/pull/6379>`_

* Use set literals & set comprehensions where possible (#6376)
`PR #6376 <https://github.com/pantsbuild/pants/pull/6376>`_

* Stabilize test case sorting in suites. (#6371)
`PR #6371 <https://github.com/pantsbuild/pants/pull/6371>`_

Migration to Python3 compatibility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* No longer expect failure from test_pinger (#6373)
`PR #6373 <https://github.com/pantsbuild/pants/pull/6373>`_

* Pin interpreter <3.7 in ci. (#6364)
`PR #6364 <https://github.com/pantsbuild/pants/pull/6364>`_

Documentation
~~~~~~~~~~~~~

* [engine] Add note to readme about fs_util (#6377)
`PR #6377 <https://github.com/pantsbuild/pants/pull/6377>`_


1.10.0.dev3 (08/20/2018)
------------------------

Expand Down

0 comments on commit ba01940

Please sign in to comment.