Skip to content

Commit

Permalink
Prepare the 0.0.62 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzundel committed Nov 30, 2015
1 parent bde7731 commit 400fe1e
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 1 deletion.
80 changes: 80 additions & 0 deletions src/python/pants/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,86 @@
RELEASE HISTORY
===============

0.0.62 (11/30/2015)
-------------------

Release Notes
~~~~~~~~~~~~~

This release is primarily small bug fixes and minor improvements.

The following modules have been moved, with their old locations now deprecated:

* `MutexTaskMixin` and `ReplTaskMixin` from `pants.backend.core` -> `pants.task`

API Changes
~~~~~~~~~~~

* Move the test runner task mixin out of backend/core.
`RB #3181 <https://rbcommons.com/s/twitter/r/3181>`_

* Move two generic task mixins out of backend/core.
`RB #3176 <https://rbcommons.com/s/twitter/r/3176>`_

Bugfixes
~~~~~~~~

* Jvm compile counter should increment for double check cache hits
`RB #3188 <https://rbcommons.com/s/twitter/r/3188>`_

* Exit with non-zero status when help fails
`RB #3184 <https://rbcommons.com/s/twitter/r/3184>`_

* When a pytest errors rather than failures, make that target also show up in TestTaskFailedError
`Issue #2623 <https://github.com/pantsbuild/pants/issues/2623>`_
`RB #3175 <https://rbcommons.com/s/twitter/r/3175>`_

* Add the -no-header argument to jaxb generator to give deterministic output
`RB #3179 <https://rbcommons.com/s/twitter/r/3179>`_

* Fix bug that recognized "C" as a remote package.
`RB #3170 <https://rbcommons.com/s/twitter/r/3170>`_

* Fix jvm_compile product publishing for cached builds
`RB #3161 <https://rbcommons.com/s/twitter/r/3161>`_

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

* Minimal Haskell plugin for `pants`
`RB #2975 <https://rbcommons.com/s/twitter/r/2975>`_

* Option to specify stdout from tests to ALL, NONE or FAILURE_ONLY: python part
`RB #3165 <https://rbcommons.com/s/twitter/r/3165>`_
`RB #3145 <https://rbcommons.com/s/twitter/r/3145>`_

Small improvements, Refactoring and Tooling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Update the dependencies returned from ivy to be in a stable (sorted) order.
`RB #3168 <https://rbcommons.com/s/twitter/r/3168>`_

* Refactor detect_duplicates with some user friendly features
`RB #3178 <https://rbcommons.com/s/twitter/r/3178>`_

* Updating some documentation for pants.ini Update some settings in pants.ini which used `=` instead of `:`
`RB #3189 <https://rbcommons.com/s/twitter/r/3189>`_

* Add the compile.zinc options to the options reference
`RB #3186 <https://rbcommons.com/s/twitter/r/3186>`_

* include_dependees no longer an optional argument.
`RB #1997 <https://rbcommons.com/s/twitter/r/1997>`_

* Relocate task tests from tests/python/pants_test/task/ to the appropriate backend
`RB #3183 <https://rbcommons.com/s/twitter/r/3183>`_

* Move tests corresponding to pants/task code.
`RB #3182 <https://rbcommons.com/s/twitter/r/3182>`_

* Add error message when a JDK is not installed, add minimum requirements to documentation.
`RB #3136 <https://rbcommons.com/s/twitter/r/3136>`_

0.0.61 (11/23/2015)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
unicode_literals, with_statement)


VERSION = '0.0.61'
VERSION = '0.0.62'

0 comments on commit 400fe1e

Please sign in to comment.